Update links to preference pages

This commit is contained in:
Robin Gareus 2017-01-03 10:05:05 +01:00
parent 2721337752
commit 1bf0ed533d

View 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;
}