13
0

Fix preference pane to access for external-sync

This commit is contained in:
Robin Gareus 2020-01-12 18:05:16 +01:00
parent 6487d6c62b
commit 66e24f3333
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -866,7 +866,7 @@ ARDOUR_UI::sync_button_clicked (GdkEventButton* ev)
}
show_tabbable (rc_option_editor);
rc_option_editor->set_current_page (_("Sync"));
rc_option_editor->set_current_page (_("Transport"));
return true;
}