1999-06-04 23:28:56 +00:00
|
|
|
<?xml version="1.0"?>
|
1999-08-10 02:48:56 +00:00
|
|
|
<!--
|
|
|
|
The contents of this file are subject to the Netscape Public
|
|
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
|
|
except in compliance with the License. You may obtain a copy of
|
|
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
implied. See the License for the specific language governing
|
|
|
|
rights and limitations under the License.
|
|
|
|
|
|
|
|
The Original Code is Mozilla Communicator client code, released
|
|
|
|
March 31, 1998.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
|
|
Communications Corporation. Portions created by Netscape are
|
2006-05-17 02:26:01 +00:00
|
|
|
Copyright (C) 1998-2000 Netscape Communications Corporation. All
|
1999-08-10 02:48:56 +00:00
|
|
|
Rights Reserved.
|
|
|
|
|
|
|
|
Contributor(s):
|
|
|
|
-->
|
2006-05-17 02:24:36 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
2006-05-17 02:35:37 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/prefpanels.css" type="text/css"?>
|
1999-06-04 23:28:56 +00:00
|
|
|
|
2006-05-17 02:35:16 +00:00
|
|
|
<!DOCTYPE page SYSTEM "chrome://communicator/locale/pref/pref-fonts.dtd" >
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2006-05-17 02:31:51 +00:00
|
|
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-fonts.xul');"
|
|
|
|
headertitle="&lHeader;">
|
2006-05-17 02:23:26 +00:00
|
|
|
|
2006-05-17 02:28:44 +00:00
|
|
|
<stringbundle id="bundle_prefutilities"
|
|
|
|
src="chrome://communicator/locale/pref/prefutilities.properties"/>
|
2006-05-17 02:30:08 +00:00
|
|
|
<script type="application/x-javascript"
|
|
|
|
src="chrome://communicator/content/pref/pref-fonts.js"/>
|
2006-05-17 02:30:44 +00:00
|
|
|
<script type="application/x-javascript">
|
|
|
|
<![CDATA[
|
|
|
|
var _elementIDs = ["selectLangs"];
|
|
|
|
]]>
|
|
|
|
</script>
|
2006-05-17 02:31:51 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<groupbox>
|
2006-05-17 02:31:17 +00:00
|
|
|
<caption>
|
2006-05-17 02:32:16 +00:00
|
|
|
<hbox align="center">
|
|
|
|
<label value="&language.label;"
|
|
|
|
accesskey="&language.accesskey;"
|
|
|
|
control="selectLangs"/>
|
|
|
|
</hbox>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<menulist id="selectLangs" oncommand="selectLanguage();"
|
|
|
|
preftype="localizedstring" prefstring="font.language.group"
|
|
|
|
wsm_attributes="value">
|
2006-05-17 02:24:52 +00:00
|
|
|
<menupopup>
|
2006-05-17 02:28:51 +00:00
|
|
|
<menuitem value="x-western" label="&font.langGroup.latin1;"/>
|
|
|
|
<menuitem value="x-central-euro" label="&font.langGroup.latin2;"/>
|
|
|
|
<menuitem value="ja" label="&font.langGroup.japanese;"/>
|
|
|
|
<menuitem value="zh-TW" label="&font.langGroup.trad-chinese;"/>
|
|
|
|
<menuitem value="zh-CN" label="&font.langGroup.simpl-chinese;"/>
|
|
|
|
<menuitem value="ko" label="&font.langGroup.korean;"/>
|
|
|
|
<menuitem value="x-cyrillic" label="&font.langGroup.cyrillic;"/>
|
|
|
|
<menuitem value="x-baltic" label="&font.langGroup.baltic;"/>
|
|
|
|
<menuitem value="el" label="&font.langGroup.el;"/>
|
|
|
|
<menuitem value="tr" label="&font.langGroup.turkish;"/>
|
|
|
|
<menuitem value="x-unicode" label="&font.langGroup.unicode;"/>
|
|
|
|
<menuitem value="x-user-def" label="&font.langGroup.user-def;"/>
|
|
|
|
<menuitem value="th" label="&font.langGroup.thai;"/>
|
|
|
|
<menuitem value="he" label="&font.langGroup.hebrew;"/>
|
|
|
|
<menuitem value="ar" label="&font.langGroup.arabic;"/>
|
2006-05-17 02:35:38 +00:00
|
|
|
<menuitem value="x-devanagari" label="&font.langGroup.devanagari;"/>
|
2006-05-17 02:35:39 +00:00
|
|
|
<menuitem value="x-tamil" label="&font.langGroup.tamil;"/>
|
2006-05-17 02:24:52 +00:00
|
|
|
</menupopup>
|
|
|
|
</menulist>
|
2006-05-17 02:31:17 +00:00
|
|
|
</caption>
|
2006-05-17 02:30:08 +00:00
|
|
|
|
2006-05-17 02:30:55 +00:00
|
|
|
<separator class="thin"/>
|
|
|
|
|
2006-05-17 02:29:54 +00:00
|
|
|
<grid>
|
2006-05-17 02:24:52 +00:00
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column flex="1"/>
|
2006-05-17 02:31:31 +00:00
|
|
|
<column/>
|
2006-05-17 02:24:52 +00:00
|
|
|
</columns>
|
|
|
|
|
|
|
|
<rows>
|
2006-05-17 02:30:43 +00:00
|
|
|
<row align="center">
|
2006-05-17 02:30:55 +00:00
|
|
|
<spacer/>
|
2006-05-17 02:32:17 +00:00
|
|
|
<hbox align="center">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<label value="&typefaces.label;"/>
|
2006-05-17 02:30:55 +00:00
|
|
|
</hbox>
|
2006-05-17 02:32:17 +00:00
|
|
|
<hbox align="center">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<label value="&sizes.label;"/>
|
2006-05-17 02:30:55 +00:00
|
|
|
</hbox>
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row>
|
|
|
|
<separator class="thin"/>
|
|
|
|
</row>
|
|
|
|
|
|
|
|
<row align="center">
|
|
|
|
<hbox align="center" pack="end">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<label value="&proportional.label;"
|
|
|
|
accesskey="&proportional.accesskey;"
|
|
|
|
control="proportionalFont"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</hbox>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<menulist id="proportionalFont" flex="1" style="width: 0px;"
|
2006-05-17 02:30:08 +00:00
|
|
|
preftype="string" prefstring="font.default">
|
|
|
|
<menupopup>
|
|
|
|
<menuitem value="serif"
|
|
|
|
label="&useDefaultFontSerif.label;"/>
|
|
|
|
<menuitem value="sans-serif"
|
|
|
|
label="&useDefaultFontSansSerif.label;"/>
|
|
|
|
</menupopup>
|
2006-05-17 02:24:52 +00:00
|
|
|
</menulist>
|
2006-05-17 02:29:54 +00:00
|
|
|
<menulist id="sizeVar" class="small-margin">
|
2006-05-17 02:24:52 +00:00
|
|
|
<menupopup>
|
2006-05-17 02:28:51 +00:00
|
|
|
<menuitem value="8" label="8"/>
|
|
|
|
<menuitem value="9" label="9"/>
|
|
|
|
<menuitem value="10" label="10"/>
|
|
|
|
<menuitem value="11" label="11"/>
|
|
|
|
<menuitem value="12" label="12"/>
|
|
|
|
<menuitem value="13" label="13"/>
|
|
|
|
<menuitem value="14" label="14"/>
|
|
|
|
<menuitem value="15" label="15"/>
|
|
|
|
<menuitem value="16" label="16"/>
|
2006-05-17 02:35:40 +00:00
|
|
|
<menuitem value="17" label="17"/>
|
2006-05-17 02:28:51 +00:00
|
|
|
<menuitem value="18" label="18"/>
|
|
|
|
<menuitem value="20" label="20"/>
|
2006-05-17 02:35:40 +00:00
|
|
|
<menuitem value="22" label="22"/>
|
2006-05-17 02:28:51 +00:00
|
|
|
<menuitem value="24" label="24"/>
|
|
|
|
<menuitem value="26" label="26"/>
|
|
|
|
<menuitem value="28" label="28"/>
|
2006-05-17 02:35:40 +00:00
|
|
|
<menuitem value="30" label="30"/>
|
2006-05-17 02:28:51 +00:00
|
|
|
<menuitem value="32" label="32"/>
|
2006-05-17 02:35:40 +00:00
|
|
|
<menuitem value="34" label="34"/>
|
2006-05-17 02:28:51 +00:00
|
|
|
<menuitem value="36" label="36"/>
|
|
|
|
<menuitem value="40" label="40"/>
|
2006-05-17 02:35:40 +00:00
|
|
|
<menuitem value="44" label="44"/>
|
2006-05-17 02:28:51 +00:00
|
|
|
<menuitem value="48" label="48"/>
|
|
|
|
<menuitem value="56" label="56"/>
|
|
|
|
<menuitem value="64" label="64"/>
|
|
|
|
<menuitem value="72" label="72"/>
|
2006-05-17 02:24:52 +00:00
|
|
|
</menupopup>
|
|
|
|
</menulist>
|
|
|
|
</row>
|
2006-05-17 02:30:09 +00:00
|
|
|
<row>
|
|
|
|
<separator class="thin"/>
|
|
|
|
</row>
|
2006-05-17 02:30:43 +00:00
|
|
|
<row align="center">
|
|
|
|
<hbox align="center" pack="end">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<label value="&serif.label;"
|
|
|
|
accesskey="&serif.accesskey;"
|
|
|
|
control="serif"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</hbox>
|
2006-05-17 02:35:37 +00:00
|
|
|
<menulist id="serif" class="prefpanel-font-list">
|
2006-05-17 02:24:52 +00:00
|
|
|
<menupopup/>
|
|
|
|
</menulist>
|
2006-05-17 02:31:25 +00:00
|
|
|
<spacer/>
|
2006-05-17 02:30:08 +00:00
|
|
|
</row>
|
2006-05-17 02:30:43 +00:00
|
|
|
<row align="center">
|
|
|
|
<hbox align="center" pack="end">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<label value="&sans-serif.label;"
|
|
|
|
accesskey="&sans-serif.accesskey;"
|
|
|
|
control="sans-serif"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</hbox>
|
2006-05-17 02:35:37 +00:00
|
|
|
<menulist id="sans-serif" class="prefpanel-font-list">
|
2006-05-17 02:30:08 +00:00
|
|
|
<menupopup/>
|
|
|
|
</menulist>
|
2006-05-17 02:31:25 +00:00
|
|
|
<spacer/>
|
2006-05-17 02:24:52 +00:00
|
|
|
</row>
|
2006-05-17 02:30:43 +00:00
|
|
|
<row align="center">
|
|
|
|
<hbox align="center" pack="end">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<label value="&cursive.label;"
|
|
|
|
accesskey="&cursive.accesskey;"
|
|
|
|
control="cursive"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</hbox>
|
2006-05-17 02:35:37 +00:00
|
|
|
<menulist id="cursive" class="prefpanel-font-list">
|
2006-05-17 02:24:52 +00:00
|
|
|
<menupopup/>
|
|
|
|
</menulist>
|
2006-05-17 02:31:25 +00:00
|
|
|
<spacer/>
|
2006-05-17 02:24:52 +00:00
|
|
|
</row>
|
2006-05-17 02:30:43 +00:00
|
|
|
<row align="center">
|
|
|
|
<hbox align="center" pack="end">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<label value="&fantasy.label;"
|
|
|
|
accesskey="&fantasy.accesskey;"
|
|
|
|
control="fantasy"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</hbox>
|
2006-05-17 02:35:37 +00:00
|
|
|
<menulist id="fantasy" class="prefpanel-font-list">
|
2006-05-17 02:24:52 +00:00
|
|
|
<menupopup/>
|
|
|
|
</menulist>
|
2006-05-17 02:31:25 +00:00
|
|
|
<spacer/>
|
2006-05-17 02:24:52 +00:00
|
|
|
</row>
|
2006-05-17 02:30:43 +00:00
|
|
|
<row align="center">
|
|
|
|
<hbox align="center" pack="end">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<label value="&monospace.label;"
|
|
|
|
accesskey="&monospace.accesskey;"
|
|
|
|
control="monospace"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</hbox>
|
2006-05-17 02:35:37 +00:00
|
|
|
<menulist id="monospace" class="prefpanel-font-list">
|
2006-05-17 02:30:08 +00:00
|
|
|
<menupopup/>
|
|
|
|
</menulist>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<menulist id="sizeMono">
|
2006-05-17 02:30:08 +00:00
|
|
|
<menupopup>
|
|
|
|
<menuitem value="8" label="8"/>
|
|
|
|
<menuitem value="9" label="9"/>
|
|
|
|
<menuitem value="10" label="10"/>
|
|
|
|
<menuitem value="11" label="11"/>
|
|
|
|
<menuitem value="12" label="12"/>
|
|
|
|
<menuitem value="13" label="13"/>
|
|
|
|
<menuitem value="14" label="14"/>
|
|
|
|
<menuitem value="15" label="15"/>
|
|
|
|
<menuitem value="16" label="16"/>
|
2006-05-17 02:35:40 +00:00
|
|
|
<menuitem value="17" label="17"/>
|
2006-05-17 02:30:08 +00:00
|
|
|
<menuitem value="18" label="18"/>
|
|
|
|
<menuitem value="20" label="20"/>
|
2006-05-17 02:35:40 +00:00
|
|
|
<menuitem value="22" label="22"/>
|
2006-05-17 02:30:08 +00:00
|
|
|
<menuitem value="24" label="24"/>
|
|
|
|
<menuitem value="26" label="26"/>
|
|
|
|
<menuitem value="28" label="28"/>
|
2006-05-17 02:35:40 +00:00
|
|
|
<menuitem value="30" label="30"/>
|
2006-05-17 02:30:08 +00:00
|
|
|
<menuitem value="32" label="32"/>
|
2006-05-17 02:35:40 +00:00
|
|
|
<menuitem value="34" label="34"/>
|
2006-05-17 02:30:08 +00:00
|
|
|
<menuitem value="36" label="36"/>
|
|
|
|
<menuitem value="40" label="40"/>
|
2006-05-17 02:35:40 +00:00
|
|
|
<menuitem value="44" label="44"/>
|
2006-05-17 02:30:08 +00:00
|
|
|
<menuitem value="48" label="48"/>
|
|
|
|
<menuitem value="56" label="56"/>
|
|
|
|
<menuitem value="64" label="64"/>
|
|
|
|
<menuitem value="72" label="72"/>
|
|
|
|
</menupopup>
|
|
|
|
</menulist>
|
|
|
|
</row>
|
2006-05-17 02:32:12 +00:00
|
|
|
<row>
|
|
|
|
<separator class="thin"/>
|
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<spacer/>
|
|
|
|
<hbox align="center" pack="end">
|
|
|
|
<label value="&minSize.label;"
|
|
|
|
accesskey="&minSize.accesskey;"
|
|
|
|
control="minSize"/>
|
|
|
|
</hbox>
|
|
|
|
<menulist id="minSize">
|
|
|
|
<menupopup>
|
|
|
|
<menuitem value="0" label="&minSize.none;"/>
|
|
|
|
<menuitem value="9" label="9"/>
|
|
|
|
<menuitem value="10" label="10"/>
|
2006-05-17 02:32:13 +00:00
|
|
|
<menuitem value="11" label="11"/>
|
2006-05-17 02:32:12 +00:00
|
|
|
<menuitem value="12" label="12"/>
|
2006-05-17 02:32:13 +00:00
|
|
|
<menuitem value="13" label="13"/>
|
2006-05-17 02:32:12 +00:00
|
|
|
<menuitem value="14" label="14"/>
|
2006-05-17 02:32:13 +00:00
|
|
|
<menuitem value="15" label="15"/>
|
2006-05-17 02:32:12 +00:00
|
|
|
<menuitem value="16" label="16"/>
|
2006-05-17 02:35:40 +00:00
|
|
|
<menuitem value="17" label="17"/>
|
2006-05-17 02:32:13 +00:00
|
|
|
<menuitem value="18" label="18"/>
|
|
|
|
<menuitem value="20" label="20"/>
|
|
|
|
<menuitem value="22" label="22"/>
|
|
|
|
<menuitem value="24" label="24"/>
|
2006-05-17 02:32:12 +00:00
|
|
|
</menupopup>
|
|
|
|
</menulist>
|
|
|
|
</row>
|
2006-05-17 02:24:52 +00:00
|
|
|
</rows>
|
|
|
|
</grid>
|
2006-05-17 02:30:33 +00:00
|
|
|
</groupbox>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
2006-05-17 02:30:08 +00:00
|
|
|
<separator class="thin"/>
|
|
|
|
|
2006-05-17 02:30:43 +00:00
|
|
|
<hbox align="center">
|
2006-05-17 02:30:08 +00:00
|
|
|
<!-- Unchecking this removes the ability to select dynamic fonts -->
|
|
|
|
<checkbox id="browserUseDocumentFonts"
|
|
|
|
label="&useDocumentFonts.label;"
|
|
|
|
accesskey="&useDocumentFonts.accesskey;"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</hbox>
|
2006-05-17 02:23:26 +00:00
|
|
|
|
2006-05-17 02:30:08 +00:00
|
|
|
<separator class="thin"/>
|
|
|
|
|
2006-05-17 02:30:43 +00:00
|
|
|
<hbox align="center">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<label value="&resolution.label;"
|
|
|
|
accesskey="&resolution.accesskey;"
|
|
|
|
control="screenResolution"/>
|
2006-05-17 02:30:08 +00:00
|
|
|
<menulist id="screenResolution"
|
2006-05-17 02:30:09 +00:00
|
|
|
oncommand="changeScreenResolution()"
|
|
|
|
dpi="&resolution.dpival;">
|
2006-05-17 02:30:08 +00:00
|
|
|
<menupopup>
|
2006-05-17 02:30:10 +00:00
|
|
|
<menuitem value=""
|
|
|
|
label="&resolution.dpival;"
|
2006-05-17 02:30:09 +00:00
|
|
|
id="otherResolution"/>
|
2006-05-17 02:30:10 +00:00
|
|
|
<menuitem value=""
|
|
|
|
label="&resolution.dpival;"
|
2006-05-17 02:30:08 +00:00
|
|
|
id="defaultResolution"/>
|
2006-05-17 02:30:09 +00:00
|
|
|
<menuitem value="0"
|
|
|
|
label="&resolution.system.label;"
|
|
|
|
id="systemResolution"
|
|
|
|
hidden="true"/>
|
2006-05-17 02:35:19 +00:00
|
|
|
<menuseparator id="resolutionSeparator"/>
|
2006-05-17 02:30:08 +00:00
|
|
|
<menuitem id="userResolution" hidden="true"/>
|
2006-05-17 02:35:19 +00:00
|
|
|
<menuitem id="arbitraryResolution" value="other" label="&resolution.other;"/>
|
2006-05-17 02:30:08 +00:00
|
|
|
</menupopup>
|
|
|
|
</menulist>
|
2006-05-17 02:23:26 +00:00
|
|
|
|
2006-05-17 02:30:33 +00:00
|
|
|
</hbox>
|
2006-05-17 02:31:26 +00:00
|
|
|
</page>
|