fix for bug #36585 :changing the default title bar to Netscape 6

This commit is contained in:
varada%netscape.com 2000-04-20 23:32:55 +00:00
Родитель c7f4e9cbbe
Коммит 0c2dc24146
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -36,7 +36,7 @@ void CreateRshell (void)
// FILE* rshell = theApp.OpenAFile(CDdir +"rshell.ini", "w");
ofstream rshell(Rsh);
CString captionValue = "Netscape Client Customization Kit" ;
CString captionValue = "Netscape 6" ;
CString netscapeValue = "Netscape by ";
CString fvalue1=GetGlobal("ShellTitleText");
CString fvalue2=GetGlobal("ShellBgBitmap");