summaryrefslogtreecommitdiffstats
path: root/share/extensions/inkscape_help_relnotes.inx
blob: 6988b6c125a53e5652796032e54c695b4c1c5952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<inkscape-extension>
    <_name>New in This Version</_name>
    <id>org.inkscape.help.relnotes</id>
	<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">launch_webbrowser.py</command>
    </script>
</inkscape-extension>