Code

Restore 0.46 placement of node alignment buttons
[inkscape.git] / share / extensions / inkscape_help_relnotes.inx
index 8fc3ff120d4265b4f1cd35a26cf7cef98dd6a06a..ab790bd9f8f4dae45edf9d368a37ca2f5d8d6883 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>New in This Version</_name>
     <id>org.inkscape.help.relnotes</id>
-       <dependency type="executable" location="extensions">webbrowser_relnotes.py</dependency>
-    <effect>
+       <dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
+       <param name="url" gui-hidden="true" type="string">http://wiki.inkscape.org/wiki/index.php/ReleaseNotes047</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_relnotes.py</command>
+        <command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
     </script>
 </inkscape-extension>