Uninstall text in the UI macros
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@835 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4273255cc6
commit
34a538916e
5 changed files with 17 additions and 18 deletions
|
@ -1,4 +1,4 @@
|
|||
;Modern UI Header File version 1.0
|
||||
;Modern UI Header File version 1.01
|
||||
;Written by Joost Verburg
|
||||
|
||||
;See Example.nsi & Multilanguage.nsi for an example of usage
|
||||
|
@ -23,12 +23,12 @@
|
|||
|
||||
!macroend
|
||||
|
||||
!macro MUI_FINISHHEADER
|
||||
!macro MUI_FINISHHEADER CALL
|
||||
|
||||
;Finish text on the header (white rectangle)
|
||||
|
||||
IntOp ${CURRENTPAGE} ${CURRENTPAGE} + 1
|
||||
Call SetHeader
|
||||
Call ${CALL}
|
||||
|
||||
!macroend
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue