Mercurial > pidgin
changeset 28282:23615d141245
Fix a silly regression that I introduced in f1167f906624ca218b6fd2a39b10be205ca99892 where the win32 installer language selection would no longer work correctly. Fixes #10243.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 21 Sep 2009 18:03:23 +0000 |
parents | 5f97830906bc |
children | 46cf492641d4 |
files | pidgin/win32/nsis/pidgin-installer.nsi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/win32/nsis/pidgin-installer.nsi Sun Sep 20 10:57:21 2009 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Mon Sep 21 18:03:23 2009 +0000 @@ -1345,13 +1345,14 @@ StrCpy $LANGUAGE_SET "0" ClearErrors ${GetOptions} "$R3" "/L=" $R1 - IfErrors +3 + IfErrors +4 StrCpy $LANGUAGE $R1 StrCpy $LANGUAGE_SET "1" Goto skip_lang ; Select Language ; Display Language selection dialog + !define MUI_LANGDLL_ALWAYSSHOW !insertmacro MUI_LANGDLL_DISPLAY skip_lang: