mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Fix capitalization in running text
This commit is contained in:
parent
d206e5daa7
commit
4628be8ed3
1 changed files with 1 additions and 1 deletions
|
|
@ -2866,7 +2866,7 @@ ARDOUR_UI::add_route_dialog_response (int r)
|
|||
if (input_chan.n_total () == 0 && type != AddRouteDialog::VCAMaster) {
|
||||
/* Custom */
|
||||
Gtk::HBox h;
|
||||
Gtk::Label* l = manage (new Label (add_route_dialog->type_wanted() == AddRouteDialog::AudioTrack ? _("Audio Channels for new Track:") : _("Audio Channels for new Bus:")));
|
||||
Gtk::Label* l = manage (new Label (add_route_dialog->type_wanted() == AddRouteDialog::AudioTrack ? _("Audio Channels for new track:") : _("Audio Channels for new bus:")));
|
||||
Gtk::Adjustment* a = manage (new Gtk::Adjustment (2, 0, 121, 1)); // arbitrary max 11^2 for 10th order amb)
|
||||
Gtk::SpinButton* s = manage (new Gtk::SpinButton (*a, 1, 0));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue