verbose fixed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1922 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d60b0dc595
commit
6d261121ef
1 changed files with 4 additions and 0 deletions
|
@ -1544,12 +1544,16 @@
|
|||
|
||||
!define MUI_LANGUAGEFILE_INSERTED
|
||||
|
||||
!define MUI_NOVERBOSE
|
||||
|
||||
!insertmacro MUI_PAGECOMMANDS
|
||||
|
||||
!ifdef MUI_UNINSTALLER
|
||||
!insertmacro MUI_UNPAGECOMMANDS
|
||||
!endif
|
||||
|
||||
!undef MUI_NOVERBOSE
|
||||
|
||||
!endif
|
||||
|
||||
!insertmacro MUI_LANGUAGEFILE_DEFINE "MUI_${LANGUAGE}_LANGNAME" "MUI_LANGNAME"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue