Code

Extensions. Consistency fix and UI improvements (Generate from path submenu).
[inkscape.git] / share / extensions / extrude.inx
index b282fe0d9899913dc97f3a96f98b216305654645..dfae5d82540e7ae521a5f94bca592375c28c4a46 100644 (file)
@@ -4,15 +4,15 @@
     <id>org.greygreen.inkscape.effects.extrude</id>
        <dependency type="executable" location="extensions">extrude.py</dependency>
        <dependency type="executable" location="extensions">inkex.py</dependency>
-  <param name="mode" type="optiongroup" _gui-text="Mode:">
-     <_option>Lines</_option>
-     <_option>Polygons</_option>
-  </param>
+    <param name="mode" type="enum" _gui-text="Mode:">
+        <_item>Lines</_item>
+        <_item>Polygons</_item>
+    </param>
     <effect>
                <object-type>path</object-type>
-                <effects-menu>
-                    <submenu _name="Generate from Path"/>
-                </effects-menu>
+            <effects-menu>
+                <submenu _name="Generate from Path"/>
+            </effects-menu>
     </effect>
     <script>
         <command reldir="extensions" interpreter="python">extrude.py</command>