diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-05-12 16:42:26 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-05-12 16:42:26 +0000 |
| commit | 50e519370436ce42e8a068c52126f32478c2509f (patch) | |
| tree | 3d5cdd4343c1b45cb335e074ad71a846dce8582c /share | |
| parent | fix build on Windows with newer gcc / other Windows headers. redefining NULL ... (diff) | |
| download | inkscape-50e519370436ce42e8a068c52126f32478c2509f.tar.gz inkscape-50e519370436ce42e8a068c52126f32478c2509f.zip | |
Fix for Bug #1318671 (url for New in This Version is obsolete) by Masato HASHIMOTO.
Fixed bugs:
- https://launchpad.net/bugs/1318671
(bzr r13359)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/inkscape_help_relnotes.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/inkscape_help_relnotes.inx b/share/extensions/inkscape_help_relnotes.inx index 9f59513ba..d032eb7e0 100644 --- a/share/extensions/inkscape_help_relnotes.inx +++ b/share/extensions/inkscape_help_relnotes.inx @@ -4,7 +4,7 @@ <id>org.inkscape.help.relnotes</id>
<dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
<!-- i18n. Please don't translate it unless a page exists in your language -->
- <_param name="url" gui-hidden="true" type="string">http://wiki.inkscape.org/wiki/index.php/Release_notes/0.49</_param>
+ <_param name="url" gui-hidden="true" type="string">http://wiki.inkscape.org/wiki/index.php/Release_notes/0.91</_param>
<effect needs-document="false">
<object-type>all</object-type>
<effects-menu hidden="true" />
|
