diff --git a/cck/cckcd/shell/nsetup32/rshell.ini b/cck/cckcd/shell/nsetup32/rshell.ini index 422cd569895..bc67d6867e7 100644 --- a/cck/cckcd/shell/nsetup32/rshell.ini +++ b/cck/cckcd/shell/nsetup32/rshell.ini @@ -189,7 +189,7 @@ exit_button_bitmaps= ; 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 ; the Windows window) @@ -230,7 +230,7 @@ button_gap=25 ; 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 @@ -537,7 +537,7 @@ button1_text_title=Client Customization Kit ; 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. @@ -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_cmdline=exe,..\..\Install.txt 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_netscape_required=FALSE diff --git a/cck/cckwiz/iniFiles/Info.ini b/cck/cckwiz/iniFiles/Info.ini index c83ad035b1e..66762ebad9c 100644 --- a/cck/cckwiz/iniFiles/Info.ini +++ b/cck/cckwiz/iniFiles/Info.ini @@ -181,7 +181,7 @@ onCommand=DisplayImage(string.ini) [Widget 7] Type=Text 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_y=188 Width=380 diff --git a/cck/ib/wizshell.cpp b/cck/ib/wizshell.cpp index f1c8c3d9a16..0f22bd5d9ac 100644 --- a/cck/ib/wizshell.cpp +++ b/cck/ib/wizshell.cpp @@ -36,7 +36,7 @@ void CreateRshell (void) // FILE* rshell = theApp.OpenAFile(CDdir +"rshell.ini", "w"); ofstream rshell(Rsh); - CString captionValue = "Netscape 6.1" ; + CString captionValue = "Netscape 6.2" ; CString netscapeValue = "Netscape by "; CString fvalue1=GetGlobal("ShellTitleText"); CString fvalue2=GetGlobal("ShellBgBitmap");