/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:
kichik 2003-02-10 18:34:52 +00:00
parent a186e9292c
commit 2f8b6f5c25

View file

@ -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