[P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit)

This commit is contained in:
Valeriy Kamyshniy 2014-05-27 21:26:33 -04:00 committed by Paul Davis
parent 0f9cb0ab04
commit a7fc1d76ff

View file

@ -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 ();
}