Code

Extensions. Consistency fix and UI improvements (Generate from path submenu).
[inkscape.git] / share / extensions / pathalongpath.py
index be2e5bc19e863a5cc132051c0f0349805c0f5446..b39f29c3a9623c8fd3863f1a5f6ed326854c03ba 100644 (file)
@@ -117,6 +117,10 @@ class PathAlongPath(pathmodifier.Diffeo):
                         action="store", type="inkbool", 
                         dest="duplicate", default=False,
                         help="duplicate pattern before deformation")
+        self.OptionParser.add_option("--tab",
+                        action="store", type="string",
+                        dest="tab",
+                        help="The selected UI-tab when OK was pressed")
 
     def prepareSelectionList(self):