bug 234979, patch by matti@mversen.de r=roland.mainz@nrubsig.org sr=darin moa=neil

add "show build configuration" to the debug menu
This commit is contained in:
cbiesinger%web.de 2004-02-28 23:36:40 +00:00
parent c380c59f65
commit 3e98041224

View File

@ -536,6 +536,7 @@
<menuitem label="chofmann's Browser Buster" oncommand="loadURI('http://webtools.mozilla.org/buster/');"/>
<menuitem label="Composer (with test page)" oncommand="window.openDialog('chrome://editor/content','_blank','chrome,all,dialog=no','chrome://editor/content/EditorInitPage.html')"/>
<menuitem label="Flush Memory" oncommand="Components.classes['@mozilla.org/xpcom/memory-service;1'].getService(Components.interfaces.nsIMemory).heapMinimize(true);" />
<menuitem label="Show Build Configuration" oncommand="loadURI('about:buildconfig');"/>
<menuseparator />