mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
[P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit)
This commit is contained in:
parent
c7e36d2b92
commit
e4e740569f
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ TransposeDialog::TransposeDialog ()
|
||||||
get_vbox()->set_spacing (6);
|
get_vbox()->set_spacing (6);
|
||||||
get_vbox()->pack_start (*t, false, false);
|
get_vbox()->pack_start (*t, false, false);
|
||||||
|
|
||||||
add_button (Stock::CANCEL, RESPONSE_CANCEL);
|
add_button ("CANCEL", RESPONSE_CANCEL);
|
||||||
add_button (_("Transpose"), RESPONSE_ACCEPT);
|
add_button (_("Transpose"), RESPONSE_ACCEPT);
|
||||||
|
|
||||||
show_all_children ();
|
show_all_children ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue