Fix for bug 16679: NCADM 7.0PR1: Title bar for CD Autorun Screen contains

'6.2' string
This commit is contained in:
shrutiv%netscape.com 2002-06-11 18:07:35 +00:00
Родитель 15b15adda7
Коммит 32be007624
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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