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
This commit is contained in:
parent
e5d72da7c1
commit
340eec682c
1 changed files with 27 additions and 0 deletions
|
@ -213,3 +213,30 @@ Components page
|
||||||
!verbose pop
|
!verbose pop
|
||||||
|
|
||||||
!macroend
|
!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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue