fixed custom header text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3124 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
dc35710bf8
commit
26ac800738
1 changed files with 3 additions and 3 deletions
|
@ -187,6 +187,9 @@ Var MUI_TEMP2
|
|||
!else
|
||||
!insertmacro MUI_HEADER_TEXT "${TEXT}" "${SUBTEXT}"
|
||||
!endif
|
||||
|
||||
!insertmacro MUI_UNSET MUI_PAGE_HEADER_TEXT
|
||||
!insertmacro MUI_UNSET MUI_PAGE_HEADER_SUBTEXT
|
||||
|
||||
!macroend
|
||||
|
||||
|
@ -575,9 +578,6 @@ Var MUI_TEMP2
|
|||
|
||||
!insertmacro MUI_UNSET MUI_UNIQUEID
|
||||
|
||||
!insertmacro MUI_UNSET MUI_PAGE_HEADER_TEXT
|
||||
!insertmacro MUI_UNSET MUI_PAGE_HEADER_SUBTEXT
|
||||
|
||||
!define MUI_UNIQUEID ${__LINE__}
|
||||
|
||||
!macroend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue