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:
Pavol Rusnak
2009-09-04 16:10:50 +00:00
parent 5df494c2b6
commit 4043d459dd
13 changed files with 20 additions and 71 deletions

View File

@@ -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");
}

View 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");
}

View File

@@ -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"