summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f7bc6c)
raw | patch | inline | side by side (parent: 0f7bc6c)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 23 Nov 2006 20:57:20 +0000 (20:57 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 23 Nov 2006 20:57:20 +0000 (20:57 +0000) |
share/extensions/enum_example.inx | [deleted file] | patch | blob | history |
diff --git a/share/extensions/enum_example.inx b/share/extensions/enum_example.inx
+++ /dev/null
@@ -1,18 +0,0 @@
-<inkscape-extension>
- <_name>Enumeration example</_name>
- <id>org.inkscape.effect.enumtest</id>
- <param name="enum1" type="enum" _gui-text="Select text: ">
- <item>string 1</item>
- <item>string 2</item>
- <item>test 3!</item>
- </param>
- <effect>
- <object-type>all</object-type>
- <effects-menu>
- <submenu _name="Developer Examples"/>
- </effects-menu>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">eqtexsvg.py</command>
- </script>
-</inkscape-extension>