[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:47:35 -04:00 committed by Paul Davis
parent c7e36d2b92
commit e4e740569f

View file

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