fix for bug a=jevering r=eric just changing a string to a int

This commit is contained in:
matt%netscape.com 2000-02-29 22:52:30 +00:00
Родитель 475e8aede4
Коммит 563da406ea
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -35,7 +35,7 @@ Contributor(s): ______________________________________. -->
<spring style="height: 10px;"/>
<html:div>
<html:label for="browserScreenResolution">&resolution;</html:label>
<html:input type="text" id="browserScreenResolution" pref="true" preftype="string"
<html:input type="text" id="browserScreenResolution" pref="true" preftype="int"
prefstring="browser.screen_resolution" value="&defaultScaling;" size="3"/>
<html:label>&fontScalingExample;</html:label>
</html:div>