summaryrefslogtreecommitdiffstats
path: root/share/extensions/inkscape_help_commandline.inx
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-10-09 23:54:04 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-10-09 23:54:04 +0000
commiteafe3ae2ae1083db0c9305ee8330436ee05a4b0e (patch)
tree78f4cc1913c7310a5c2b587c60a4e2c7fc4bb6ec /share/extensions/inkscape_help_commandline.inx
parentadd new help commands via webbrowser extensions (diff)
downloadinkscape-eafe3ae2ae1083db0c9305ee8330436ee05a4b0e.tar.gz
inkscape-eafe3ae2ae1083db0c9305ee8330436ee05a4b0e.zip
more help commands
(bzr r1791)
Diffstat (limited to 'share/extensions/inkscape_help_commandline.inx')
-rw-r--r--share/extensions/inkscape_help_commandline.inx12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/extensions/inkscape_help_commandline.inx b/share/extensions/inkscape_help_commandline.inx
new file mode 100644
index 000000000..9fe1171c5
--- /dev/null
+++ b/share/extensions/inkscape_help_commandline.inx
@@ -0,0 +1,12 @@
+<inkscape-extension>
+ <_name>Command Line Options</_name>
+ <id>org.inkscape.help.commandline</id>
+ <dependency type="executable" location="extensions">webbrowser_commandline.py</dependency>
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu hidden="yes"/>
+ </effect>
+ <script>
+ <command reldir="extensions" interpreter="python">webbrowser_commandline.py</command>
+ </script>
+</inkscape-extension>