From ba9866b2bf1ab63bff7e639d3b994c99f40c7930 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 23 Dec 2005 15:04:31 +0000 Subject: [PATCH] removed extra spaces git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4455 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/Modern UI/WelcomeFinish.nsi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Examples/Modern UI/WelcomeFinish.nsi b/Examples/Modern UI/WelcomeFinish.nsi index 8acb8584..61e8a3b7 100644 --- a/Examples/Modern UI/WelcomeFinish.nsi +++ b/Examples/Modern UI/WelcomeFinish.nsi @@ -16,7 +16,7 @@ ;Default installation folder InstallDir "$PROGRAMFILES\Modern UI Test" - + ;Get installation folder from registry if available InstallDirRegKey HKCU "Software\Modern UI Test" "" @@ -34,15 +34,15 @@ !insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_INSTFILES !insertmacro MUI_PAGE_FINISH - + !insertmacro MUI_UNPAGE_WELCOME !insertmacro MUI_UNPAGE_CONFIRM !insertmacro MUI_UNPAGE_INSTFILES !insertmacro MUI_UNPAGE_FINISH - + ;-------------------------------- ;Languages - + !insertmacro MUI_LANGUAGE "English" ;-------------------------------- @@ -51,12 +51,12 @@ Section "Dummy Section" SecDummy SetOutPath "$INSTDIR" - + ;ADD YOUR OWN FILES HERE... - + ;Store installation folder WriteRegStr HKCU "Software\Modern UI Test" "" $INSTDIR - + ;Create uninstaller WriteUninstaller "$INSTDIR\Uninstall.exe" @@ -72,7 +72,7 @@ SectionEnd !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN !insertmacro MUI_DESCRIPTION_TEXT ${SecDummy} $(DESC_SecDummy) !insertmacro MUI_FUNCTION_DESCRIPTION_END - + ;-------------------------------- ;Uninstaller Section @@ -86,4 +86,4 @@ Section "Uninstall" DeleteRegKey /ifempty HKCU "Software\Modern UI Test" -SectionEnd \ No newline at end of file +SectionEnd