uninstall confirm page texts can be customized

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2966 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-09-26 12:34:59 +00:00
parent b1d43fb152
commit 0314c522cc
2 changed files with 15 additions and 5 deletions

View file

@ -864,6 +864,11 @@ Var MUI_TEMP2
Caption " "
!ifdef MUI_UNCONFIRMPAGE_TEXT
UninstallText ${MUI_UNCONFIRMPAGE_TEXT}
!undef MUI_UNCONFIRMPAGE_TEXT
!endif
PageExEnd
!insertmacro MUI_UNFUNCTION_CONFIRMPAGE un.mui.ConfirmPre_${MUI_UNIQUEID} un.mui.ConfirmShow_${MUI_UNIQUEID} un.mui.ConfirmLeave_${MUI_UNIQUEID}