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
This commit is contained in:
shrutiv%netscape.com 2002-06-11 18:07:35 +00:00
parent 7decc18c6e
commit 7824e01dae

View File

@ -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");