Fix for bugscape bug 9860: Setup dialogs and rshell.ini file needs to

be updated for 6.2. (r=tao)
This commit is contained in:
shrutiv%netscape.com 2001-10-13 01:10:19 +00:00
Родитель 27e43f3dd8
Коммит 15dbe6a131
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -189,7 +189,7 @@ exit_button_bitmaps=
; The column and buttons settings configure the columns and buttons. ; The column and buttons settings configure the columns and buttons.
;--------------------------------------- ;---------------------------------------
caption=Netscape 6.1 Client Customization Kit caption=Netscape 6.2 Client Customization Kit
; defines dialog caption text (the text that goes in the top bar of ; defines dialog caption text (the text that goes in the top bar of
; the Windows window) ; the Windows window)
@ -230,7 +230,7 @@ button_gap=25
; bottom of the dialog screen, for example. ; bottom of the dialog screen, for example.
;--------------------------------------- ;---------------------------------------
dialog_title_text=Welcome to the installer for Netscape 6.1 Client Customization Kit dialog_title_text=Welcome to the installer for Netscape 6.2 Client Customization Kit
; defines the dialog title text ; defines the dialog title text
@ -537,7 +537,7 @@ button1_text_title=Client Customization Kit
; defines button descriptive title text. ; defines button descriptive title text.
;--------------------------------------- ;---------------------------------------
button1_text_body=Click here to install the Client Customization Kit -- Everything you need to customize Netscape 6.1. button1_text_body=Click here to install the Client Customization Kit -- Everything you need to customize Netscape 6.2.
; defines button descriptive body text. ; defines button descriptive body text.
@ -571,7 +571,7 @@ button1_netscape_required=FALSE
button2_bitmaps=..\bmps\help_up.bmp,..\bmps\help_dn.bmp,..\bmps\help_mo.bmp,..\bmps\help_mo.bmp button2_bitmaps=..\bmps\help_up.bmp,..\bmps\help_dn.bmp,..\bmps\help_mo.bmp,..\bmps\help_mo.bmp
button2_cmdline=exe,..\..\Install.txt button2_cmdline=exe,..\..\Install.txt
button2_text_title=Installation Guide button2_text_title=Installation Guide
button2_text_body=Click here to get all the information you need to install Netscape 6.1 Client Customization Kit. It is recommended that you read or print this information before installing. button2_text_body=Click here to get all the information you need to install Netscape 6.2 Client Customization Kit. It is recommended that you read or print this information before installing.
button2_offset= button2_offset=
button2_netscape_required=FALSE button2_netscape_required=FALSE

Просмотреть файл

@ -181,7 +181,7 @@ onCommand=DisplayImage(string.ini)
[Widget 7] [Widget 7]
Type=Text Type=Text
Name=Text105 Name=Text105
Value=The Company Identifier is included as part of the browser's user agent string. For example, if your company name is Net Advantage, you can enter NetAdvanta as your company identifier. The resulting user agent string would be: Mozilla/5.0 (Windows;U;WinNT4.0;en-US;rv:0.9.2) Gecko/20010727 Netscape 6/6.1 (CK-NetAdvanta). Value=The Company Identifier is included as part of the browser's user agent string. For example, if your company name is Net Advantage, you can enter NetAdvanta as your company identifier. The resulting user agent string would be: Mozilla/5.0 (Windows;U;WinNT4.0;en-US;rv:0.9.4) Gecko/20010927 Netscape 6/6.2 (CK-NetAdvanta).
Start_x=8 Start_x=8
Start_y=188 Start_y=188
Width=380 Width=380

Просмотреть файл

@ -36,7 +36,7 @@ void CreateRshell (void)
// FILE* rshell = theApp.OpenAFile(CDdir +"rshell.ini", "w"); // FILE* rshell = theApp.OpenAFile(CDdir +"rshell.ini", "w");
ofstream rshell(Rsh); ofstream rshell(Rsh);
CString captionValue = "Netscape 6.1" ; CString captionValue = "Netscape 6.2" ;
CString netscapeValue = "Netscape by "; CString netscapeValue = "Netscape by ";
CString fvalue1=GetGlobal("ShellTitleText"); CString fvalue1=GetGlobal("ShellTitleText");
CString fvalue2=GetGlobal("ShellBgBitmap"); CString fvalue2=GetGlobal("ShellBgBitmap");