diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-05-14 17:32:19 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-05-14 17:32:19 +0000 |
| commit | c1868b102a43c00c4b99017e011909efb5c4d1ed (patch) | |
| tree | fa7dd3e539223aff08edc7ca809b6bd64ba29dd2 /share | |
| parent | i18n. Fix for Bug #1318929 (untranslatable string in trunk-r13370). (diff) | |
| download | inkscape-c1868b102a43c00c4b99017e011909efb5c4d1ed.tar.gz inkscape-c1868b102a43c00c4b99017e011909efb5c4d1ed.zip | |
Fix for Bug #1264371 (Broken Link: Bug Page Not Found From Program Link).
Fixed bugs:
- https://launchpad.net/bugs/1264371
(bzr r13375)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/inkscape_help_reportabug.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/inkscape_help_reportabug.inx b/share/extensions/inkscape_help_reportabug.inx index 8c3929f3e..81239a8ed 100644 --- a/share/extensions/inkscape_help_reportabug.inx +++ b/share/extensions/inkscape_help_reportabug.inx @@ -3,7 +3,7 @@ <_name>Report a Bug</_name> <id>org.inkscape.help.reportabug</id> <dependency type="executable" location="extensions">launch_webbrowser.py</dependency> - <param name="url" gui-hidden="true" type="string">http://inkscape.org/report_bugs.php</param> + <param name="url" gui-hidden="true" type="string">http://inkscape.org/contribute/report-bugs/</param> <effect needs-document="false"> <object-type>all</object-type> <effects-menu hidden="true"/> |
