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 | |
| 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)
| -rw-r--r-- | po/inkscape.pot | 4 | ||||
| -rw-r--r-- | share/extensions/inkscape_help_relnotes.inx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/po/inkscape.pot b/po/inkscape.pot index 743d75362..0f349f8e0 100644 --- a/po/inkscape.pot +++ b/po/inkscape.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: inkscape-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2014-05-11 15:58+0200\n" +"POT-Creation-Date: 2014-05-12 18:39+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -31925,7 +31925,7 @@ msgstr "" #. i18n. Please don't translate it unless a page exists in your language #: ../share/extensions/inkscape_help_relnotes.inx.h:3 -msgid "http://wiki.inkscape.org/wiki/index.php/Release_notes/0.49" +msgid "http://wiki.inkscape.org/wiki/index.php/Release_notes/0.91" msgstr "" #: ../share/extensions/inkscape_help_reportabug.inx.h:1 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" />
|
