fixed language selection dialog

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5264 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2007-08-27 17:21:32 +00:00
parent 617d8669b7
commit bb8fc680f5

View file

@ -80,7 +80,7 @@ Localization
${if} $mui.LangDLL.RegistryLanguage != "" ${if} $mui.LangDLL.RegistryLanguage != ""
;Set default langauge to registry language ;Set default langauge to registry language
StrCpy $LANGUAGE mui.LangDLL.RegistryLanguage StrCpy $LANGUAGE $mui.LangDLL.RegistryLanguage
${endif} ${endif}
!endif !endif
@ -90,7 +90,7 @@ Localization
!endif !endif
!ifndef MUI_LANGDLL_ALWAYSSHOW !ifndef MUI_LANGDLL_ALWAYSSHOW
${if} $mui.LangDLL.RegistryLanguage != "" ${if} $mui.LangDLL.RegistryLanguage == ""
!endif !endif
;Show langauge selection dialog ;Show langauge selection dialog