* MUI_LANGUAGE usage warning was incorrectly displayed in some page combinations

* Fixed broken CCM_* defines in WinMessages.nsh


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6624 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2015-10-12 12:28:30 +00:00
parent dbe6f23472
commit 70ef520055
2 changed files with 9 additions and 8 deletions

View file

@ -2094,7 +2094,8 @@ Var MUI_TEMP2
!verbose push
!verbose ${MUI_VERBOSE}
!ifndef MUI_PAGE_UNINSTALLER_PREFIX
; MUI_PAGE_UNINSTALLER_PREFIX is undefined by uninstaller pages so we check MUI_UNINSTALLER as well
!ifndef MUI_PAGE_UNINSTALLER_PREFIX && MUI_UNINSTALLER
!warning "MUI_LANGUAGE should be inserted after the MUI_[UN]PAGE_* macros"
!endif