oops, add back with and height, and entity-ify the title separator & modifier

This commit is contained in:
alecf%netscape.com 1999-09-14 06:31:32 +00:00
parent f1f1ab8867
commit 280def72f6
3 changed files with 8 additions and 2 deletions

View File

@ -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">

View File

@ -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 -->

View File

@ -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 -->