Mercurial > pidgin.yaz
comparison gaim-installer.nsi @ 14867:1072720fc35f
[gaim-migrate @ 17636]
Fix default language selection to be your current Windows language.
Commit language changes I forgot to commit.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 31 Oct 2006 04:40:05 +0000 |
parents | a02c29df922f |
children | 43f692951d49 |
comparison
equal
deleted
inserted
replaced
14866:0387e8b1b8c2 | 14867:1072720fc35f |
---|---|
1094 StrCpy $ISSILENT "/S" | 1094 StrCpy $ISSILENT "/S" |
1095 set_gtk_normal: | 1095 set_gtk_normal: |
1096 | 1096 |
1097 ${GetParameters} $R0 | 1097 ${GetParameters} $R0 |
1098 ClearErrors | 1098 ClearErrors |
1099 ${GetOptions} $R0 "/L=" $LANGUAGE | 1099 ${GetOptions} $R0 "/L=" $R0 |
1100 IfErrors 0 skip_lang | 1100 IfErrors +3 |
1101 StrCpy $LANGUAGE $R0 | |
1102 Goto skip_lang | |
1101 | 1103 |
1102 ; Select Language | 1104 ; Select Language |
1103 ; Display Language selection dialog | 1105 ; Display Language selection dialog |
1104 !insertmacro MUI_LANGDLL_DISPLAY | 1106 !insertmacro MUI_LANGDLL_DISPLAY |
1105 skip_lang: | 1107 skip_lang: |