what is that doing there?

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5600 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-04-18 17:20:50 +00:00
parent 5b7b4b602c
commit 6146a9015e

View file

@ -105,8 +105,6 @@ Var mui.Button.Back
!macro MUI_ABORTWARNING
${MUI_ABORTWARNING}
!ifdef MUI_ABORTWARNING_CANCEL_DEFAULT
MessageBox MB_YESNO|MB_ICONEXCLAMATION|MB_DEFBUTTON2 "${MUI_ABORTWARNING_TEXT}" IDYES mui.Quit
!else