From: Robin Gareus Date: Tue, 3 Jan 2017 09:05:05 +0000 (+0100) Subject: Update links to preference pages X-Git-Tag: 5.6~400 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=1bf0ed533d10a49af8e361a64d278b713a129f59;p=ardour.git Update links to preference pages --- diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc index 77299eb24a..f10f204a94 100644 --- a/gtk2_ardour/ardour_ui2.cc +++ b/gtk2_ardour/ardour_ui2.cc @@ -806,7 +806,7 @@ ARDOUR_UI::show_ui_prefs () { if (rc_option_editor) { show_tabbable (rc_option_editor); - rc_option_editor->set_current_page (_("GUI")); + rc_option_editor->set_current_page (_("Appearance")); } } @@ -819,7 +819,7 @@ ARDOUR_UI::click_button_clicked (GdkEventButton* ev) } show_tabbable (rc_option_editor); - rc_option_editor->set_current_page (_("Misc/Click")); + rc_option_editor->set_current_page (_("Metronome")); return true; } @@ -832,7 +832,7 @@ ARDOUR_UI::sync_button_clicked (GdkEventButton* ev) } show_tabbable (rc_option_editor); - rc_option_editor->set_current_page (_("Transport/Sync")); + rc_option_editor->set_current_page (_("Sync")); return true; }