Indenting fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1890 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
eae3fc31b7
commit
5655da0d13
1 changed files with 8 additions and 8 deletions
|
@ -518,6 +518,10 @@ SubSectionEnd
|
|||
IntOp $R0 $R0 + 1
|
||||
!macroend
|
||||
|
||||
Function .onInit
|
||||
!insertmacro MUI_WELCOMEFINISHPAGE_INIT
|
||||
FunctionEnd
|
||||
|
||||
Function .onSelChange
|
||||
StrCpy $R0 0
|
||||
!insertmacro secSelected ${SecContribSplashTS}
|
||||
|
@ -541,10 +545,6 @@ Function .onSelChange
|
|||
done:
|
||||
FunctionEnd
|
||||
|
||||
Function .onInit
|
||||
!insertmacro MUI_WELCOMEFINISHPAGE_INIT
|
||||
FunctionEnd
|
||||
|
||||
Function AddContribToStartMenu
|
||||
Pop $0 ; link
|
||||
Pop $1 ; file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue