From 147268b1945fa291c5bbed91020fdd315c4b1e24 Mon Sep 17 00:00:00 2001 From: "shrutiv%netscape.com" Date: Mon, 21 May 2001 21:45:23 +0000 Subject: [PATCH] *** empty log message *** --- cck/ib/wizshell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cck/ib/wizshell.cpp b/cck/ib/wizshell.cpp index 4b66f2ca9815..f1c8c3d9a16b 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" ; + CString captionValue = "Netscape 6.1" ; CString netscapeValue = "Netscape by "; CString fvalue1=GetGlobal("ShellTitleText"); CString fvalue2=GetGlobal("ShellBgBitmap");