[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:22:48 -04:00 committed by Paul Davis
parent c0d3db7502
commit 5ebbbf620a

View file

@ -28,9 +28,9 @@
#include "i18n.h"
ExportFormatSelector::ExportFormatSelector () :
edit_button (Gtk::Stock::EDIT),
remove_button (Gtk::Stock::REMOVE),
new_button (Gtk::Stock::NEW)
edit_button ("EDIT"),
remove_button ("REMOVE"),
new_button ("NEW")
{
pack_start (format_combo, true, true, 0);
pack_start (edit_button, false, false, 3);