|
From: <xue...@us...> - 2003-07-12 23:23:22
|
Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv30690
Modified Files:
installer.nsi
Log Message:
Gave the "Installer Language" window a less confusing title.
Index: installer.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/installer.nsi,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -d -r1.86 -r1.87
*** installer.nsi 12 Jul 2003 15:46:14 -0000 1.86
--- installer.nsi 12 Jul 2003 23:23:20 -0000 1.87
***************
*** 294,302 ****
;-----------------------------------------
; Always show the language selection dialog, even if a language has been stored in the
; registry (the language stored in the registry will be selected as the default language)
!define MUI_LANGDLL_ALWAYSSHOW
!
; Remember user's language selection and offer this as the default when re-installing
; (uninstaller also uses this setting to determine which language is to be used)
--- 294,307 ----
;-----------------------------------------
+ ; Same "Language selection" dialog is used for the installer and the uninstaller
+ ; so we override the standard "Installer Language" title to avoid confusion.
+
+ !define MUI_TEXT_LANGDLL_WINDOWTITLE "Language Selection"
+
; Always show the language selection dialog, even if a language has been stored in the
; registry (the language stored in the registry will be selected as the default language)
!define MUI_LANGDLL_ALWAYSSHOW
!
; Remember user's language selection and offer this as the default when re-installing
; (uninstaller also uses this setting to determine which language is to be used)
|