Get rid of the titlemodifier attribute on all of the mail windows. We no longer append the useless "- Thunderbird" to

our window titles. This matches the recent change to firebird.
This commit is contained in:
scott%scott-macgregor.org 2003-08-07 18:35:39 +00:00
parent aa0d013ba7
commit e1ab298efb
4 changed files with 6 additions and 4 deletions

View File

@ -130,7 +130,9 @@ function setTitleFromFolder(msgfolder, subject)
if (end) title += " " + end;
}
}
title += " - " + gBrandBundle.getString("brandShortName");
// XXX To Do: we may want to set the title to the titledefault if we don't have anything to put in the title field
// I don't think that would ever happen for a mail 3-pane window though.
window.title = title;
}

View File

@ -37,7 +37,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:nc="http://home.netscape.com/NC-rdf#"
title="&messengerWindow.title;"
titlemodifier="&titleModifier.label;"
titledefault="&titledefault.label;"
titlemenuseparator="&titleSeparator.label;"
onload="OnLoadMessageWindow()"
onunload="OnUnloadMessageWindow()"

View File

@ -38,7 +38,7 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:nc="http://home.netscape.com/NC-rdf#"
title="&messengerWindow.title;"
titlemodifier="&titleModifier.label;"
titledefault="&titledefault.label;"
titlemenuseparator="&titleSeparator.label;"
onload="OnLoadMessenger()"
onunload="OnUnloadMessenger()"

View File

@ -53,7 +53,7 @@
onload="onLoadViewSource();"
contenttitlesetting="true"
title="&mainWindow.title;"
titlemodifier="&mainWindow.titlemodifier;"
titledefault="&mainWindow.titlemodifier;"
titlepreface="&mainWindow.preface;"
titlemenuseparator ="&mainWindow.titlemodifierseparator;"
windowtype="navigator:view-source"