зеркало из https://github.com/mozilla/pjs.git
Fix for bugscape bug 16679: Title bar for CD Autorun Screen contains
'6.2' string
This commit is contained in:
Родитель
9dc2d6fd9d
Коммит
e9bc90ebdf
|
@ -38,7 +38,7 @@ void CreateRshell (void)
|
|||
// FILE* rshell = theApp.OpenAFile(CDdir +"rshell.ini", "w");
|
||||
|
||||
ofstream rshell(Rsh);
|
||||
CString captionValue = "Netscape 7" ;
|
||||
CString captionValue = "Netscape 7.0" ;
|
||||
CString netscapeValue = "Netscape by ";
|
||||
CString fvalue1=GetGlobal("ShellTitleText");
|
||||
CString fvalue2=GetGlobal("ShellBgBitmap");
|
||||
|
|
Загрузка…
Ссылка в новой задаче