Make debug XUL boxes first item in pref pane.

r=stephend; sr=blake; checking in for timeless
This commit is contained in:
sgehani%netscape.com 2002-02-15 01:20:53 +00:00
Родитель bccfef500d
Коммит 8c7af04348
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -48,14 +48,14 @@
<rows>
<row align="center">
<checkbox id="nglayoutDebugWindow" label="&debugWindow.label;"
prefstring="nglayout.widget.debugWindow"/>
<checkbox id="debugXULBoxes" label="&debugXULBox.label;"
prefstring="xul.debug.box"/>
<checkbox id="nglayoutUseNativePrintDialog" label="&useNativePrintDialog.label;"
prefstring="print.use_native_print_dialog"/>
</row>
<row align="center">
<checkbox id="debugXULBoxes" label="&debugXULBox.label;"
prefstring="xul.debug.box"/>
<checkbox id="nglayoutDebugWindow" label="&debugWindow.label;"
prefstring="nglayout.widget.debugWindow"/>
<checkbox id="printUseGlobalPrintSettings" label="&printUseGlobalPrintSettings.label;"
prefstring="print.use_global_printsettings"/>
</row>