mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 08:48:07 +00:00
oops, add back with and height, and entity-ify the title separator & modifier
This commit is contained in:
parent
f1f1ab8867
commit
280def72f6
@ -31,11 +31,13 @@ Rights Reserved.
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
title="&messengerWindow.title;"
|
||||
titlemodifier="Mozilla"
|
||||
titlemodifierseperator=" - "
|
||||
titlemodifier="&titleModifier.label;"
|
||||
titlemodifierseperator="&titleSeperator.label;"
|
||||
onload="OnLoadMessenger()"
|
||||
onunload="OnUnloadMessenger()"
|
||||
align="vertical"
|
||||
width="800"
|
||||
height="600"
|
||||
persist="width height x y"
|
||||
windowtype="mail:3pane">
|
||||
|
||||
|
@ -19,6 +19,8 @@ Rights Reserved.
|
||||
-->
|
||||
|
||||
<!ENTITY messengerWindow.title "Messenger">
|
||||
<!ENTITY titleModifier.label "Mozilla">
|
||||
<!ENTITY titleSeperator.label " - ">
|
||||
|
||||
<!-- menu items: the . means that the menu item isn't implemented yet -->
|
||||
|
||||
|
@ -19,6 +19,8 @@ Rights Reserved.
|
||||
-->
|
||||
|
||||
<!ENTITY messengerWindow.title "Messenger">
|
||||
<!ENTITY titleModifier.label "Mozilla">
|
||||
<!ENTITY titleSeperator.label " - ">
|
||||
|
||||
<!-- menu items: the . means that the menu item isn't implemented yet -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user