provide pref to show the modal about dialog if one wishes. r=bryner

This commit is contained in:
ben%netscape.com 2007-06-21 19:44:15 +00:00
Родитель 4dbe3ce732
Коммит 86f6718be8
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -149,6 +149,13 @@
&debugEnableXPCOMRefcntLog.label;
</html:label>
</html:div>
<html:div>
<html:input type="checkbox" id="showAboutAsStupidModalWindow"
pref="true" preftype="bool" prefstring="browser.show_about_as_stupid_modal_window"/>
<html:label for="showAboutAsStupidModalWindow" accesskey="n" tabindex="0">
&debugShowAboutAsStupidModalWindow.label;
</html:label>
</html:div>
</html:fieldset>
</box>

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

@ -26,3 +26,4 @@
<!ENTITY debugDisableXULCache.label "Disable XUL Cache">
<!ENTITY debugEnableMemCache.label "Enable Mem Cache">
<!ENTITY debugEnableXPCOMRefcntLog.label "Enable XPCOM Refcount Log">
<!ENTITY debugShowAboutAsStupidModalWindow.label "Show 'About' as modal dialog (woohoo)">