From e9a8a46fc92669236e37dd096f5a849aed74ca6a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 May 2011 18:56:53 +0300 Subject: Replaced default theme by classic. Moving default theme to theme mana. --- packaging/windows/setup.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packaging/windows/setup.nsi') diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index 2ab0d9e14..7ac3649ed 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -195,6 +195,7 @@ Section "Core files (required)" SecCore CreateDirectory "$INSTDIR\data\themes\blackwood" CreateDirectory "$INSTDIR\data\themes\classic" CreateDirectory "$INSTDIR\data\themes\enchilado" + CreateDirectory "$INSTDIR\data\themes\mana" CreateDirectory "$INSTDIR\data\themes\pink" CreateDirectory "$INSTDIR\data\themes\redandblack" CreateDirectory "$INSTDIR\data\themes\wood" @@ -243,9 +244,8 @@ Section "Core files (required)" SecCore SetOutPath "$INSTDIR\data\themes\blackwood" File "${SRCDIR}\data\themes\blackwood\*.png" File "${SRCDIR}\data\themes\blackwood\*.xml" - SetOutPath "$INSTDIR\data\themes\classic" - File "${SRCDIR}\data\themes\classic\*.png" - File "${SRCDIR}\data\themes\classic\*.xml" + SetOutPath "$INSTDIR\data\themes\mana" + File "${SRCDIR}\data\themes\mana\*.xml" SetOutPath "$INSTDIR\data\themes\enchilado" File "${SRCDIR}\data\themes\enchilado\*.png" File "${SRCDIR}\data\themes\enchilado\*.xml" -- cgit v1.2.3-60-g2f50