better error handling

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5005 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-03-20 21:42:07 +00:00
parent 08de3671da
commit de7ebfe3ce

View file

@ -24,6 +24,7 @@ Function StartMenuGroupSelect
StrCmp $R1 "cancel" done
; error
MessageBox MB_OK $R1
StrCpy $R0 "StartMenu.dll test" # use default
Return
success:
Pop $R0