From 5ebbbf620a56e0df49bcf00c45a40d17f613302a Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Tue, 27 May 2014 21:22:48 -0400 Subject: [PATCH] [P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit) --- gtk2_ardour/export_format_selector.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk2_ardour/export_format_selector.cc b/gtk2_ardour/export_format_selector.cc index a2ba3f352f..540f156ec9 100644 --- a/gtk2_ardour/export_format_selector.cc +++ b/gtk2_ardour/export_format_selector.cc @@ -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);