The title is now only set on the window when the window has the contenttitlesetting="true" attribute. r=hyatt

git-svn-id: svn://10.0.0.236/trunk@60867 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tbogard%aol.net
2000-02-15 10:20:41 +00:00
parent c2ebb8a18f
commit 5f1e360589
2 changed files with 38 additions and 27 deletions

View File

@@ -62,8 +62,13 @@ protected:
protected:
nsXULWindow* mXULWindow;
PRBool mPrimary;
PRBool mContentTitleSetting;
PRUint32 mChromeMask;
nsString mDefaultStatus;
nsString mWindowTitleModifier;
nsString mTitleSeparator;
nsString mTitlePreface;
};
#endif /* nsContentTreeOwner_h__ */