move the pref dialog size info platform jar files,

check in for yxia@netscape.com
bug 99402, r=nhotta, sr=jag.
This commit is contained in:
nhotta%netscape.com 2003-01-14 00:03:12 +00:00
Родитель 6828db1eae
Коммит 649813f42d
5 изменённых файлов: 31 добавлений и 9 удалений

Просмотреть файл

@ -3,7 +3,10 @@
<?xul-overlay href="chrome://communicator/content/pref/preftree.xul"?>
<!DOCTYPE dialog SYSTEM "chrome://communicator/locale/pref/pref.dtd" >
<!DOCTYPE overlay [
<!ENTITY % dtd1 SYSTEM "chrome://communicator/locale/pref/pref.dtd" > %dtd1;
<!ENTITY % dtd2 SYSTEM "chrome://communicator-platform/locale/pref/platformPrefOverlay.dtd" > %dtd2;
]>
<!-- This dialog has a fixed size and is not resizable.

Просмотреть файл

@ -1,2 +1,11 @@
<!ENTITY urlbar.label "Command+Return in the Location bar">
<!ENTITY middleClick.label "Command+click or Command+Return on links in a Web page">
<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the
preference dialog's <window> node, which specifies the width and height
in em units of the dialog. Localizers ONLY can increase these widths
if they are having difficulty getting panel content to fit. 1em = the
width of the letter 'm' in the selected font.
XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct
size of this window for en-US. -->
<!ENTITY prefWindow.size "width: 52em; height: 41em;">

Просмотреть файл

@ -4,11 +4,3 @@
<!ENTITY prefWindow.title "Preferences">
<!ENTITY categoryHeader "Category">
<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the
preference dialog's <window> node, which specifies the width and height
in em units of the dialog. Localizers ONLY can increase these widths
if they are having difficulty getting panel content to fit. 1em = the
width of the letter 'm' in the selected font.
XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct
size of this window for en-US. -->
<!ENTITY prefWindow.size "width: 52em; height: 41em;">

Просмотреть файл

@ -1,2 +1,11 @@
<!ENTITY urlbar.label "Control+Enter in the Location bar">
<!ENTITY middleClick.label "Middle-click, Control+click or Control+Enter on links in a Web page">
<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the
preference dialog's <window> node, which specifies the width and height
in em units of the dialog. Localizers ONLY can increase these widths
if they are having difficulty getting panel content to fit. 1em = the
width of the letter 'm' in the selected font.
XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct
size of this window for en-US. -->
<!ENTITY prefWindow.size "width: 52em; height: 41em;">

Просмотреть файл

@ -8,3 +8,12 @@
<!ENTITY urlbar.label "Control+Enter in the Location bar">
<!ENTITY middleClick.label "Middle-click, Control+click or Control+Enter on links in a Web page">
<!-- LOCALIZATION NOTE : this is part of an inline-style attribute on the
preference dialog's <window> node, which specifies the width and height
in em units of the dialog. Localizers ONLY can increase these widths
if they are having difficulty getting panel content to fit. 1em = the
width of the letter 'm' in the selected font.
XUL/FE DEVELOPERS: DO NOT MODIFY THIS VALUE. It represents the correct
size of this window for en-US. -->
<!ENTITY prefWindow.size "width: 52em; height: 41em;">