summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2015-11-04 20:28:32 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2015-11-25 17:32:46 -0500
commit69229f74e038c5418d3f791cb9204c64e042d93a (patch)
treef079cabae9409b3c5f7b41a432541f2f5ae1d4d9 /gtk2_ardour/ardour_ui.cc
parente1ea14f10ada28fbf48019fef96de78c8f8df393 (diff)
Add more menu entries to the 'Help' menu.
* The functions were already implemented -- I just added the links in ardour.menu.in, corrected spelling and the link to the tracker. * The tracker link was corrected as I considered it confusing when one is not already logged in.
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 6a9137cd6c..b4a8017851 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -3362,7 +3362,7 @@ ARDOUR_UI::launch_reference ()
void
ARDOUR_UI::launch_tracker ()
{
- PBD::open_uri ("http://tracker.ardour.org/bug_report_page.php");
+ PBD::open_uri ("http://tracker.ardour.org");
}
void