Code

Following this thread: http://www.nabble.com/Extension-parameters-td9064285.html...
[inkscape.git] / share / extensions / inkscape_help_relnotes.inx
index c01f5b35c287948e9ba0ba10c702e550a3450ee7..6988b6c125a53e5652796032e54c695b4c1c5952 100644 (file)
@@ -1,12 +1,13 @@
 <inkscape-extension>
     <_name>New in This Version</_name>
     <id>org.inkscape.help.relnotes</id>
-       <dependency type="executable" location="extensions">webbrowser_relnotes.py</dependency>
+       <dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
+       <param name="url" gui-hidden="1" type="string">http://wiki.inkscape.org/wiki/index.php/ReleaseNotes046</param>
     <effect needs-document="no">
                <object-type>all</object-type>
                <effects-menu hidden="yes"/>
     </effect>
     <script>
-        <command reldir="extensions" interpreter="python">webbrowser_relnotes.py</command>
+        <command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
     </script>
 </inkscape-extension>