modify wording for XBL form control pref & relocate box debugging preferences so they

are accessible when in box debugging mode. a=ben@netscape.com
This commit is contained in:
hyatt%netscape.com 2006-05-17 02:27:35 +00:00
Родитель 4ccfc8f757
Коммит 980ced8650
1 изменённых файлов: 12 добавлений и 15 удалений

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

@ -42,11 +42,21 @@
<box class="box-smallheader" title="&lHeader;"/>
<titledbox orient="vertical" autostretch="never">
<title><text value="&widgetRendering.label;"/></title>
<checkbox id="nglayoutDebugWindow" value="&debugWindow.label;"
pref="true" preftype="bool" prefstring="nglayout.widget.debugWindow"
prefattribute="checked"/>
<checkbox id="debugXULBoxes" value="&debugXULBox.label;"
pref="true" preftype="bool" prefstring="xul.debug.box"
prefattribute="checked"/>
</titledbox>
<!-- nothing on this page has accesskeys because this is a temporary debug
panel and you can damn well click the widgets! -->
<titledbox orient="vertical">
<titledbox orient="vertical" autostretch="never">
<title><text value="&debugMiscellaneous.label;"/></title>
<checkbox id="nglayoutDebugUseXBLForms" value="Use XBL-based form controls."
<checkbox id="nglayoutDebugUseXBLForms" value="Use XBL-based form controls (takes effect after restart). Don't file bugs on these controls; they are still under construction."
pref="true" preftype="bool" prefstring="nglayout.debug.enable_xbl_forms"
prefattribute="checked"/>
<checkbox id="nglayoutDebugDisableXULCache" value="&debugDisableXULCache.label;"
@ -70,18 +80,5 @@
</titledbox>
<titledbox orient="vertical">
<title><text value="&widgetRendering.label;"/></title>
<checkbox id="nglayoutDebugWindow" value="&debugWindow.label;"
pref="true" preftype="bool" prefstring="nglayout.widget.debugWindow"
prefattribute="checked"/>
<checkbox id="debugXULBoxes" value="&debugXULBox.label;"
pref="true" preftype="bool" prefstring="xul.debug.box"
prefattribute="checked"/>
</titledbox>
</window>