Code

Merge from fe-moved
[inkscape.git] / share / extensions / inkscape_help_manual.inx
index 1224f48c937524a156fbdcc806ac68d00ea45252..08713e7e97873b21801dc3df5793c4e936b12bc0 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>Inkscape Manual</_name>
     <id>org.inkscape.help.manual</id>
-       <dependency type="executable" location="extensions">webbrowser_manual.py</dependency>
-    <effect needs-document="no">
+       <dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
+       <param name="url" gui-hidden="true" type="string">http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.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_manual.py</command>
+        <command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
     </script>
 </inkscape-extension>