summaryrefslogtreecommitdiffstats
path: root/share/extensions/lorem_ipsum.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/lorem_ipsum.py')
-rw-r--r--share/extensions/lorem_ipsum.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/extensions/lorem_ipsum.py b/share/extensions/lorem_ipsum.py
index 52d1bb190..20a2fdd18 100644
--- a/share/extensions/lorem_ipsum.py
+++ b/share/extensions/lorem_ipsum.py
@@ -189,6 +189,11 @@ class MyEffect(inkex.Effect):
action="store", type="int",
dest="fluctuation", default=4,
help="+/-")
+ self.OptionParser.add_option("--tab",
+ action="store", type="string",
+ dest="tab",
+ help="The selected UI-tab when OK was pressed")
+
self.first_sentence = 1
def makePara(self):