diff --git a/mozilla/cck/ib/wizshell.cpp b/mozilla/cck/ib/wizshell.cpp index c324fce0f27..44d2c283523 100644 --- a/mozilla/cck/ib/wizshell.cpp +++ b/mozilla/cck/ib/wizshell.cpp @@ -38,7 +38,7 @@ void CreateRshell (void) // FILE* rshell = theApp.OpenAFile(CDdir +"rshell.ini", "w"); ofstream rshell(Rsh); - CString captionValue = "Netscape 6.2" ; + CString captionValue = "Netscape 7" ; CString netscapeValue = "Netscape by "; CString fvalue1=GetGlobal("ShellTitleText"); CString fvalue2=GetGlobal("ShellBgBitmap");