Code

modify calculation of control arm length
[inkscape.git] / share / extensions / inkscape_help_reportabug.inx
index 4bd4387b9a61663f5a087731186b8a07ac24a19e..8c3929f3e1e24f1709146877fa86a52a24cf43fb 100644 (file)
@@ -1,12 +1,14 @@
-<inkscape-extension>
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
     <_name>Report a Bug</_name>
     <id>org.inkscape.help.reportabug</id>
-       <dependency type="executable" location="extensions">webbrowser_reportabug.py</dependency>
-    <effect needs-document="no">
+       <dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
+       <param name="url" gui-hidden="true" type="string">http://inkscape.org/report_bugs.php</param>
+    <effect needs-document="false">
                <object-type>all</object-type>
-               <effects-menu hidden="yes"/>
+               <effects-menu hidden="true"/>
     </effect>
     <script>
-        <command reldir="extensions" interpreter="python">webbrowser_reportabug.py</command>
+        <command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
     </script>
 </inkscape-extension>