mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
[P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit)
This commit is contained in:
parent
72af51d4f3
commit
71b8053296
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue