r=gerv, sr=bryner
Phoenix side of patch - remove other resolution on OS/2
This commit is contained in:
mkaply%us.ibm.com 2003-01-15 15:11:05 +00:00
Родитель d8492658bb
Коммит 98e7b08e1f
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -226,6 +226,8 @@ function Startup()
{
defaultResolution = "120";
otherResolution = "96";
document.getElementById( "arbitraryResolution" ).setAttribute( "hidden", "true" );
document.getElementById( "resolutionSeparator" ).setAttribute( "hidden", "true" );
} else {
defaultResolution = "96";
otherResolution = "72";

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

@ -205,9 +205,9 @@
label="&resolution.system.label;"
id="systemResolution"
hidden="true"/>
<menuseparator/>
<menuseparator id="resolutionSeparator"/>
<menuitem id="userResolution" hidden="true"/>
<menuitem value="other" label="&resolution.other;"/>
<menuitem id="arbitraryResolution" value="other" label="&resolution.other;"/>
</menupopup>
</menulist>
</hbox>