зеркало из https://github.com/mozilla/pjs.git
provide pref to show the modal about dialog if one wishes. r=bryner
This commit is contained in:
Родитель
4dbe3ce732
Коммит
86f6718be8
|
@ -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)">
|
Загрузка…
Ссылка в новой задаче