Files
Mozilla/mozilla/extensions/inspector/resources/content/search/modules/commandOverlay.xul
hewitt%netscape.com 58682db1d4 84230 - DOM Inspector revival, rs=hyatt
git-svn-id: svn://10.0.0.236/trunk@99395 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-17 06:40:39 +00:00

24 lines
712 B
XML

<?xml version="1.0"?>
<!DOCTYPE overlay [
<!ENTITY % dtd1 SYSTEM "chrome://inspector/locale/search/junkImgs.dtd"> %dtd1;
<!ENTITY % dtd2 SYSTEM "chrome://inspector/locale/search/findFiles.dtd"> %dtd2;
]>
<overlay id="ovUnusedImagesCommands"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<commandset id="cmdsGlobalCommands">
<command id="cmd:startJunkImgs"
oncommand="inspector.startSearchModule('chrome://inspector/content/search/modules/junkImgs/junkImgs.xml')"/>
<command id="cmd:startFindFiles"
oncommand="inspector.startSearchModule('chrome://inspector/content/search/modules/findFiles/findFiles.xml')"/>
</commandset>
</overlay>