diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2012-06-15 15:52:29 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2012-06-15 15:52:29 +0000 |
| commit | 7274dd39baf079b79098076ed940c51274311338 (patch) | |
| tree | d4fa1d371f2a920da73305a94355c294bd53ed99 /share/extensions/inkscape_help_relnotes.inx | |
| parent | Fix new deprecated GTK+ symbols in desktop-widget (diff) | |
| download | inkscape-7274dd39baf079b79098076ed940c51274311338.tar.gz inkscape-7274dd39baf079b79098076ed940c51274311338.zip | |
Translations. Fix for Bug #837856 (Help: localized keys and mouse refs is not opened.) and French translation update.
(bzr r11500)
Diffstat (limited to 'share/extensions/inkscape_help_relnotes.inx')
| -rw-r--r-- | share/extensions/inkscape_help_relnotes.inx | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/share/extensions/inkscape_help_relnotes.inx b/share/extensions/inkscape_help_relnotes.inx index 7b034da8d..9f59513ba 100644 --- a/share/extensions/inkscape_help_relnotes.inx +++ b/share/extensions/inkscape_help_relnotes.inx @@ -1,14 +1,15 @@ -<?xml version="1.0" encoding="UTF-8"?> -<inkscape-extension xmlns="http://www.inkscape.org/namespace/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="true" type="string">http://wiki.inkscape.org/wiki/index.php/Release_notes/0.49</param> - <effect needs-document="false"> - <object-type>all</object-type> - <effects-menu hidden="true"/> - </effect> - <script> - <command reldir="extensions" interpreter="python">launch_webbrowser.py</command> - </script> +<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <_name>New in This Version</_name>
+ <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>
+ <effect needs-document="false">
+ <object-type>all</object-type>
+ <effects-menu hidden="true" />
+ </effect>
+ <script>
+ <command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
+ </script>
</inkscape-extension> |
