/NOUNLOAD must be here
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2144 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a186e9292c
commit
2f8b6f5c25
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ Function FunctionName ;FunctionName defined with Page command
|
|||
Push $R1
|
||||
Push $R2
|
||||
|
||||
InstallOptions::initDialog $PLUGINSDIR\test.ini
|
||||
InstallOptions::initDialog /NOUNLOAD $PLUGINSDIR\test.ini
|
||||
Pop $R0
|
||||
|
||||
GetDlgItem $R1 $R0 1200 ;1200 + Field number - 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue