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