some newlines

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1337 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-10-08 18:06:36 +00:00
parent cfa64b2fe1
commit 2ad85c8e1e
2 changed files with 14 additions and 0 deletions

View file

@ -72,6 +72,7 @@ SectionEnd
;Installer Functions ;Installer Functions
Function .onInitDialog Function .onInitDialog
!insertmacro MUI_INNERDIALOG_INIT !insertmacro MUI_INNERDIALOG_INIT
!insertmacro MUI_INNERDIALOG_START 1 !insertmacro MUI_INNERDIALOG_START 1
@ -88,14 +89,19 @@ Function .onInitDialog
!insertmacro MUI_INNERDIALOG_STOP 3 !insertmacro MUI_INNERDIALOG_STOP 3
!insertmacro MUI_INNERDIALOG_END !insertmacro MUI_INNERDIALOG_END
FunctionEnd FunctionEnd
Function .onNextPage Function .onNextPage
!insertmacro MUI_NEXTPAGE SetPage !insertmacro MUI_NEXTPAGE SetPage
FunctionEnd FunctionEnd
Function .onPrevPage Function .onPrevPage
!insertmacro MUI_PREVPAGE SetPage !insertmacro MUI_PREVPAGE SetPage
FunctionEnd FunctionEnd
Function SetPage Function SetPage
@ -163,7 +169,9 @@ SectionEnd
;Uninstaller Functions ;Uninstaller Functions
Function un.onNextPage Function un.onNextPage
!insertmacro MUI_NEXTPAGE un.onNextPage !insertmacro MUI_NEXTPAGE un.onNextPage
FunctionEnd FunctionEnd
Function un.SetPage Function un.SetPage

View file

@ -93,6 +93,7 @@ SectionEnd
;Installer Functions ;Installer Functions
Function .onInitDialog Function .onInitDialog
!insertmacro MUI_INNERDIALOG_INIT !insertmacro MUI_INNERDIALOG_INIT
!insertmacro MUI_INNERDIALOG_START 1 !insertmacro MUI_INNERDIALOG_START 1
@ -109,16 +110,21 @@ Function .onInitDialog
!insertmacro MUI_INNERDIALOG_STOP 5 !insertmacro MUI_INNERDIALOG_STOP 5
!insertmacro MUI_INNERDIALOG_END !insertmacro MUI_INNERDIALOG_END
FunctionEnd FunctionEnd
Function .onNextPage Function .onNextPage
!insertmacro MUI_INSTALLOPTIONS_NEXTPAGE !insertmacro MUI_INSTALLOPTIONS_NEXTPAGE
!insertmacro MUI_NEXTPAGE SetPage !insertmacro MUI_NEXTPAGE SetPage
FunctionEnd FunctionEnd
Function .onPrevPage Function .onPrevPage
!insertmacro MUI_INSTALLOPTIONS_PREVPAGE !insertmacro MUI_INSTALLOPTIONS_PREVPAGE
!insertmacro MUI_PREVPAGE SetPage !insertmacro MUI_PREVPAGE SetPage
FunctionEnd FunctionEnd
Function SetPage Function SetPage