mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
[P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit)
This commit is contained in:
parent
0f9cb0ab04
commit
a7fc1d76ff
1 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ MidiPortDialog::MidiPortDialog ()
|
|||
|
||||
port_name.signal_activate().connect (sigc::mem_fun (*this, &MidiPortDialog::entry_activated));
|
||||
|
||||
add_button (Stock::CANCEL, RESPONSE_CANCEL);
|
||||
add_button (Stock::ADD, RESPONSE_ACCEPT);
|
||||
add_button ("CANCEL", RESPONSE_CANCEL);
|
||||
add_button ("ADD", RESPONSE_ACCEPT);
|
||||
|
||||
show_all_children ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue