mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
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:
parent
aa0d013ba7
commit
e1ab298efb
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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()"
|
||||
|
@ -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()"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user