Display a warning if MUI_LANGDLL_DISPLAY is inserted before MUI_LANGUAGE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6612 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5615d42881
commit
e81728a52b
2 changed files with 8 additions and 0 deletions
|
@ -2126,6 +2126,10 @@ Var MUI_TEMP2
|
|||
!verbose push
|
||||
!verbose ${MUI_VERBOSE}
|
||||
|
||||
!ifndef MUI_LANGDLL_LANGUAGES
|
||||
!warning "MUI_LANGDLL_DISPLAY should only be used after inserting the MUI_LANGUAGE macro(s)"
|
||||
!endif
|
||||
|
||||
!insertmacro MUI_DEFAULT MUI_LANGDLL_WINDOWTITLE "Installer Language"
|
||||
!insertmacro MUI_DEFAULT MUI_LANGDLL_INFO "Please select a language."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue