From 7824e01dae885c4cbc73bbda856d99316df7b9c3 Mon Sep 17 00:00:00 2001 From: "shrutiv%netscape.com" Date: Tue, 11 Jun 2002 18:07:35 +0000 Subject: [PATCH] Fix for bug 16679: NCADM 7.0PR1: Title bar for CD Autorun Screen contains '6.2' string git-svn-id: svn://10.0.0.236/trunk@123036 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/cck/ib/wizshell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");