[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:29:12 -04:00 committed by Paul Davis
parent f94002a347
commit 1b4393e909

View file

@ -746,7 +746,7 @@ PortMatrix::remove_channel (ARDOUR::BundleChannel b)
ArdourDialog d (_("Port removal not allowed"));
Label l (_("This port cannot be removed.\nEither the first plugin in the track or buss cannot accept\nthe new number of inputs or the last plugin has more outputs."));
d.get_vbox()->pack_start (l);
d.add_button (Stock::OK, RESPONSE_ACCEPT);
d.add_button ("OK", RESPONSE_ACCEPT);
d.set_modal (true);
d.show_all ();
d.run ();