mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
[P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit)
This commit is contained in:
parent
09ffa53e33
commit
bc3bd0a789
1 changed files with 3 additions and 3 deletions
|
|
@ -257,9 +257,9 @@ EngineControl::EngineControl ()
|
|||
control_app_button.signal_clicked().connect (mem_fun (*this, &EngineControl::control_app_button_clicked));
|
||||
manage_control_app_sensitivity ();
|
||||
|
||||
cancel_button = add_button (Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
|
||||
ok_button = add_button (Gtk::Stock::OK, Gtk::RESPONSE_OK);
|
||||
apply_button = add_button (Gtk::Stock::APPLY, Gtk::RESPONSE_APPLY);
|
||||
cancel_button = add_button ("CANCEL", Gtk::RESPONSE_CANCEL);
|
||||
ok_button = add_button ("OK", Gtk::RESPONSE_OK);
|
||||
apply_button = add_button ("APPLY", Gtk::RESPONSE_APPLY);
|
||||
|
||||
/* Pick up any existing audio setup configuration, if appropriate */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue