From 340eec682cd1d1e17740b73ec78aedb1aabe12a8 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Wed, 20 Feb 2008 22:34:12 +0000 Subject: [PATCH] add missing macros for descriptions on uninstaller components page git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5547 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI 2/Pages/Components.nsh | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/Contrib/Modern UI 2/Pages/Components.nsh b/Contrib/Modern UI 2/Pages/Components.nsh index 3af12cea..71387cc6 100644 --- a/Contrib/Modern UI 2/Pages/Components.nsh +++ b/Contrib/Modern UI 2/Pages/Components.nsh @@ -213,3 +213,30 @@ Components page !verbose pop !macroend + +!macro MUI_UNFUNCTION_DESCRIPTION_BEGIN + + !verbose push + !verbose ${MUI_VERBOSE} + + Function un.onMouseOverSection + !insertmacro MUI_DESCRIPTION_BEGIN + + !verbose pop + +!macroend + +!macro MUI_UNFUNCTION_DESCRIPTION_END + + !verbose push + !verbose ${MUI_VERBOSE} + + !insertmacro MUI_DESCRIPTION_END + !ifdef MUI_CUSTOMFUNCTION_UNONMOUSEOVERSECTION + Call "${MUI_CUSTOMFUNCTION_UNONMOUSEOVERSECTION}" + !endif + FunctionEnd + + !verbose pop + +!macroend