create one Makefile in the top root directory (WIP - need to remove build path from resulting archives)
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@563 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
function start_svg_edit() {
|
||||
var url = "chrome://SVG-edit/content/editor/svg-editor.html";
|
||||
|
||||
window.openDialog(url, "SVG Editor",
|
||||
"width=1024,height=700,menubar=no,toolbar=no");
|
||||
}
|
||||
4
firefox-extension/content/svg-edit-overlay.js
Normal file
4
firefox-extension/content/svg-edit-overlay.js
Normal file
@@ -0,0 +1,4 @@
|
||||
function start_svg_edit() {
|
||||
var url = "chrome://svg-edit/content/editor/svg-editor.html";
|
||||
window.openDialog(url, "SVG Editor", "width=1024,height=700,menubar=no,toolbar=no");
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://SVG-edit/content/SVG-edit-overlay.js" />
|
||||
src="chrome://svg-edit/content/svg-edit-overlay.js" />
|
||||
|
||||
<menupopup id="menu_ToolsPopup">
|
||||
<menuitem insertafter="devToolsSeparator" label="SVG Editor"
|
||||
Reference in New Issue
Block a user