From 734c0801ab8181b5c53abc36518d67afe11fe76e Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Tue, 27 May 2014 21:08:46 -0400 Subject: [PATCH] [P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit) --- gtk2_ardour/add_video_dialog.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/add_video_dialog.cc b/gtk2_ardour/add_video_dialog.cc index 57938ac3f1..6de7b8fb17 100644 --- a/gtk2_ardour/add_video_dialog.cc +++ b/gtk2_ardour/add_video_dialog.cc @@ -224,8 +224,8 @@ AddVideoDialog::AddVideoDialog (Session* s) set_session_fps_checkbox.set_active(true); /* Buttons */ - add_button (Stock::CANCEL, RESPONSE_CANCEL); - ok_button = add_button (Stock::OK, RESPONSE_ACCEPT); + add_button ("CANCEL", RESPONSE_CANCEL); + ok_button = add_button ("OK", RESPONSE_ACCEPT); //ok_button->set_sensitive(false); set_action_ok(false);