mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fix for bug 16679: NCADM 7.0PR1: Title bar for CD Autorun Screen contains
'6.2' string
This commit is contained in:
parent
15b15adda7
commit
32be007624
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user