summaryrefslogtreecommitdiffstats
path: root/share/extensions/inkscape_help_commandline.inx
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2018-09-09 08:28:15 +0000
committerMartin Owens <doctormo@gmail.com>2018-09-09 08:28:15 +0000
commit36c73a704b281e616d779b1eac5430d7527a9338 (patch)
tree189c5defb29728d428f44e17903bde11b89540a1 /share/extensions/inkscape_help_commandline.inx
parentUpdate selection-chemistry.cpp (diff)
downloadinkscape-36c73a704b281e616d779b1eac5430d7527a9338.tar.gz
inkscape-36c73a704b281e616d779b1eac5430d7527a9338.zip
Move extensions to git inkscape-extensions repository
Diffstat (limited to 'share/extensions/inkscape_help_commandline.inx')
-rw-r--r--share/extensions/inkscape_help_commandline.inx15
1 files changed, 0 insertions, 15 deletions
diff --git a/share/extensions/inkscape_help_commandline.inx b/share/extensions/inkscape_help_commandline.inx
deleted file mode 100644
index b87b154f6..000000000
--- a/share/extensions/inkscape_help_commandline.inx
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>Command Line Options</_name>
- <id>org.inkscape.help.commandline</id>
- <dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
- <!-- i18n. Please don't translate it unless a page exists in your language -->
- <_param name="url" gui-hidden="true" type="string">http://inkscape.org/doc/inkscape-man.html</_param>
- <effect needs-document="false">
- <object-type>all</object-type>
- <effects-menu hidden="true" />
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
- </script>
-</inkscape-extension>