ab790bd9f8f4dae45edf9d368a37ca2f5d8d6883
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3 <_name>New in This Version</_name>
4 <id>org.inkscape.help.relnotes</id>
5 <dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
6 <param name="url" gui-hidden="true" type="string">http://wiki.inkscape.org/wiki/index.php/ReleaseNotes047</param>
7 <effect needs-document="false">
8 <object-type>all</object-type>
9 <effects-menu hidden="true"/>
10 </effect>
11 <script>
12 <command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
13 </script>
14 </inkscape-extension>