[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:35 -04:00 committed by Paul Davis
parent 907bd69e5d
commit 94f47dde75

View file

@ -323,8 +323,8 @@ ExportFilenameSelector::open_browse_dialog ()
//dialog.set_transient_for(*this);
dialog.set_filename (path_entry.get_text());
dialog.add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
dialog.add_button(Gtk::Stock::OK, Gtk::RESPONSE_OK);
dialog.add_button("CANCEL", Gtk::RESPONSE_CANCEL);
dialog.add_button("OK", Gtk::RESPONSE_OK);
while (true) {
int result = dialog.run();