disable this string bundle test until I figure out why Unix viewer crashes

This commit is contained in:
erik%netscape.com 1999-02-09 21:28:27 +00:00
parent a2ba024f99
commit aac5e9a31a

View File

@ -1157,7 +1157,8 @@ GetTitleSuffix(void)
nsBrowserWindow::nsBrowserWindow()
{
if (!gTitleSuffix) {
gTitleSuffix = GetTitleSuffix();
//gTitleSuffix = GetTitleSuffix();
gTitleSuffix = new nsString(" - Raptor");
}
AddBrowser(this);
}