mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 15:16:25 +01:00
[P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit)
This commit is contained in:
parent
278e4979c3
commit
a08fac3c22
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ RegionEditor::RegionEditor (Session* s, boost::shared_ptr<Region> r)
|
||||||
|
|
||||||
get_vbox()->pack_start (_table, true, true);
|
get_vbox()->pack_start (_table, true, true);
|
||||||
|
|
||||||
add_button (Gtk::Stock::CLOSE, Gtk::RESPONSE_ACCEPT);
|
add_button ("CLOSE", Gtk::RESPONSE_ACCEPT);
|
||||||
|
|
||||||
set_name ("RegionEditorWindow");
|
set_name ("RegionEditorWindow");
|
||||||
add_events (Gdk::KEY_PRESS_MASK|Gdk::KEY_RELEASE_MASK);
|
add_events (Gdk::KEY_PRESS_MASK|Gdk::KEY_RELEASE_MASK);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue