comparison inkscape/firefox/content/MadBuilderOverlay.xul @ 339:63aaf96209cd

* Move location of files so that we can produce XPI file from them. * Add the produce to compile the inkscape for madbutterfly * Add makefile to produce inkscape and madbuilder.xpi
author wycc
date Sun, 08 Mar 2009 10:05:22 +0800
parents
children
comparison
equal deleted inserted replaced
336:995eb2c1a1aa 339:63aaf96209cd
1 <?xml version="1.0"?>
2 <!DOCTYPE overlay SYSTEM "chrome://chromelist/locale/ChromeListOverlay.dtd" >
3 <overlay id="MadBuilderOverlay"
4 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
5
6 <script type="application/x-javascript"
7 src="chrome://MadBuilder/content/MadBuilderOverlay.js" />
8
9 <menupopup id="menu_ToolsPopup">
10 <menuitem insertafter="devToolsSeparator" label="MadBuilder"
11 oncommand="start_madbuilder();" />
12 </menupopup>
13
14 </overlay>