[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:30:00 -04:00 committed by Paul Davis
parent 278e4979c3
commit a08fac3c22

View file

@ -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);