fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>

r=blake, a=ben
This commit is contained in:
maolson%earthlink.net 2007-06-21 19:44:39 +00:00
Родитель df53ee6ab0
Коммит d0fe7efd77
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -54,11 +54,11 @@
prefattribute="checked"/>
</vbox>
<text class="label" value="&httpVersion.label;" for="httpVersionString"/>
<textfield id="httpVersionString" wsm_persist="true" maxlength="3" flex="0"
<textbox id="httpVersionString" wsm_persist="true" maxlength="3" flex="0"
pref="true" preftype="string" prefstring="network.http.version"
prefattribute="value"/>
<text class="label" value="&acceptEncoding.label;" for="acceptEncodingString"/>
<textfield id="acceptEncodingString" flex="1" wsm_persist="true"
<textbox id="acceptEncodingString" flex="1" wsm_persist="true"
pref="true" preftype="string" prefstring="network.http.accept-encoding"
prefattribute="value"/>
</titledbox>