Code

Made the inside/outside radio buttons in the Spirograph extension inx translatable
authorjoelholdsworth <joelholdsworth@users.sourceforge.net>
Fri, 18 Jan 2008 19:04:33 +0000 (19:04 +0000)
committerjoelholdsworth <joelholdsworth@users.sourceforge.net>
Fri, 18 Jan 2008 19:04:33 +0000 (19:04 +0000)
share/extensions/spirograph.inx

index 63ffa7c122d532369f88ddd6bbb6b9d31646ce68..bc2e5354fd268e6f797f5c78293ac2fd7b328c2d 100644 (file)
@@ -7,16 +7,16 @@
        <param name="secondaryr" type="float" min="0.0" max="1000.0" _gui-text="r - Gear Radius (px)">60.0</param>
        <param name="penr" type="float" min="0.0" max="1000.0" _gui-text="d - Pen Radius (px)">50.0</param>
     <param name="gearplacement" type="optiongroup" _gui-text="Gear Placement">
-        <option>Inside (Hypotrochoid)</option>
-        <option>Outside (Epitrochoid)</option>
+        <_option value="inside">Inside (Hypotrochoid)</_option>
+        <_option value="outside">Outside (Epitrochoid)</_option>
     </param>
     <param name="rotation" type="float" min="-360.0" max="360.0" _gui-text="Rotation (deg)">0.0</param>
     <param name="quality" type="int" min="1" max="100" _gui-text="Quality (Default = 16)">16</param>
        <effect>
                <object-type>all</object-type>
-                <effects-menu>
-                    <submenu _name="Render"/>
-                </effects-menu>                                                                
+               <effects-menu>
+                       <submenu _name="Render"/>
+               </effects-menu>                                                         
     </effect>
     <script>
         <command reldir="extensions" interpreter="python">spirograph.py</command>