mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
[P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit)
This commit is contained in:
parent
bbe57eb5b3
commit
0ca1169bcc
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ ControlPointDialog::ControlPointDialog (ControlPoint* p)
|
|||
get_vbox ()->pack_end (*b);
|
||||
b->show_all ();
|
||||
|
||||
add_button (Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
|
||||
add_button (Gtk::Stock::APPLY, Gtk::RESPONSE_ACCEPT);
|
||||
add_button ("CANCEL", Gtk::RESPONSE_CANCEL);
|
||||
add_button ("APPLY", Gtk::RESPONSE_ACCEPT);
|
||||
set_default_response (Gtk::RESPONSE_ACCEPT);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue