[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:25:50 -04:00 committed by Paul Davis
parent 72af51d4f3
commit 71b8053296

View file

@ -41,7 +41,7 @@ InterthreadProgressWindow::InterthreadProgressWindow (ARDOUR::InterThreadInfo* i
get_vbox()->pack_start (_bar, false, false);
Button* b = add_button (Stock::CANCEL, RESPONSE_CANCEL);
Button* b = add_button ("CANCEL", RESPONSE_CANCEL);
b->signal_clicked().connect (sigc::mem_fun (*this, &InterthreadProgressWindow::cancel_clicked));
_cancel_label.set_text (c);