From c2ebb8a18f49466152466f040e705954069b4634 Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Tue, 15 Feb 2000 10:12:26 +0000 Subject: [PATCH] Adding new attribute to specify the window should listen to the content area to allow setting of the title. r=hyatt git-svn-id: svn://10.0.0.236/trunk@60866 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/browser/resources/content/navigator.xul | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpfe/browser/resources/content/navigator.xul b/mozilla/xpfe/browser/resources/content/navigator.xul index 7a7f1d7a7b2..27bc41bba21 100644 --- a/mozilla/xpfe/browser/resources/content/navigator.xul +++ b/mozilla/xpfe/browser/resources/content/navigator.xul @@ -33,6 +33,7 @@ Contributor(s): ______________________________________. --> xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="Startup()" onunload="Shutdown()" + contenttitlesettting="true" title="&mainWindow.title;" titlemodifier="&mainWindow.titlemodifier;" titlemenuseparator="&mainWindow.titlemodifiermenuseparator;"