temporarily disable the string resource test until the nsIProperties
crash(?) is resolved git-svn-id: svn://10.0.0.236/trunk@20825 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d972ef6fb2
commit
0e5165eb02
@ -1152,7 +1152,8 @@ GetTitleSuffix(void)
|
||||
nsBrowserWindow::nsBrowserWindow()
|
||||
{
|
||||
if (!gTitleSuffix) {
|
||||
gTitleSuffix = GetTitleSuffix();
|
||||
//gTitleSuffix = GetTitleSuffix();
|
||||
gTitleSuffix = new nsString(" - Raptor");
|
||||
}
|
||||
AddBrowser(this);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user