# HG changeset patch # User Daniel Atallah # Date 1253556203 0 # Node ID 23615d141245c8c297895d871687cb8396ae35c0 # Parent 5f97830906bc7c5f5149fc3bd166d9776ddf28cd Fix a silly regression that I introduced in f1167f906624ca218b6fd2a39b10be205ca99892 where the win32 installer language selection would no longer work correctly. Fixes #10243. diff -r 5f97830906bc -r 23615d141245 pidgin/win32/nsis/pidgin-installer.nsi --- 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: