Fix Issue 288: Merge ed's patch to make svg-edit a standalone widget

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@834 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-10-15 21:15:18 +00:00
parent 14dad9f1c8
commit abcb7aa579

View File

@@ -1,11 +1,12 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<widget> <widget defaultmode="application">
<widgetname>SVG Edit</widgetname> <widgetname>SVG Edit</widgetname>
<description> <description>
A simple SVG Editor. A simple SVG Editor.
</description> </description>
<width>800</width> <width>800</width>
<height>600</height> <height>600</height>
<icon>editor/images/logo.svg</icon>
<id> <id>
<name>SVG Edit</name> <name>SVG Edit</name>
<revised>2009-09</revised> <revised>2009-09</revised>