summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2012-12-26 19:57:31 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2012-12-26 19:57:31 +0100
commit89bcb7edb1d1fa8d1e07b4cdd4362abb9a96a7fb (patch)
tree6da7abc698177b36113ddb16b0c39320ad36d622
parent6c10da93f171ec7fbff5fe7f9597b6be4f1501c5 (diff)
downloadvdr-plugin-live-89bcb7edb1d1fa8d1e07b4cdd4362abb9a96a7fb.tar.gz
vdr-plugin-live-89bcb7edb1d1fa8d1e07b4cdd4362abb9a96a7fb.tar.bz2
Fix URL bugtracker in the about box.
This brought to attention and suggested to fix in bug #1099
-rw-r--r--pages/pageelems.ecpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp
index 4961b08..ad8a494 100644
--- a/pages/pageelems.ecpp
+++ b/pages/pageelems.ecpp
@@ -433,7 +433,7 @@ int update_status(1);
</div>
<div class="about_head"><div><div><$ tr("Bugs and suggestions") $></div></div></div>
<div class="about_line"><$ tr("If you encounter any bugs or would like to suggest new features, please use our bugtracker") $>:<br/>
- <a target="_blank" href="http://www.vdr-developer.org/mantisbt">http://www.vdr-developer.org/mantisbt</a></div>
+ <a target="_blank" href="http://projects.vdr-developer.org/projects/plg-live">http://projects.vdr-developer.org/projects/plg-live</a></div>
<div class="about_head"><div><div>&nbsp;</div></div></div>
</div>
</div>