Update links to preference pages
authorRobin Gareus <robin@gareus.org>
Tue, 3 Jan 2017 09:05:05 +0000 (10:05 +0100)
committerRobin Gareus <robin@gareus.org>
Tue, 3 Jan 2017 09:05:05 +0000 (10:05 +0100)
gtk2_ardour/ardour_ui2.cc

index 77299eb24a21b4a10219fcc71aa6b080e5f10269..f10f204a9497e8334d081080505c5df3b7736175 100644 (file)
@@ -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;
 }