removed some useles stuff

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1955 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-12-15 14:44:15 +00:00
parent 0b0b5065b1
commit 4e69178ba4

View file

@ -69,15 +69,4 @@ Function SetCustom
InstallOptions::dialog "$PLUGINSDIR\test.ini"
Pop ${TEMP1}
StrCmp ${TEMP1} "cancel" done
StrCmp ${TEMP1} "back" done
StrCmp ${TEMP1} "success" 0 error
# User clicked Next, all fields validated, read stuff from the INI here or later
Goto done
error:
MessageBox MB_OK|MB_ICONSTOP "InstallOptions error:$\r$\n${TEMP1}"
done: Pop ${TEMP1}
FunctionEnd