From 6146a9015e2b9c180d9bbdfad96327a8640bb059 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 18 Apr 2008 17:20:50 +0000 Subject: [PATCH] what is that doing there? git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5600 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI 2/Interface.nsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/Contrib/Modern UI 2/Interface.nsh b/Contrib/Modern UI 2/Interface.nsh index 323526f7..e7f89d6f 100644 --- a/Contrib/Modern UI 2/Interface.nsh +++ b/Contrib/Modern UI 2/Interface.nsh @@ -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