diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc index 8e92d7948f..83a9c08459 100644 --- a/gtk2_ardour/sfdb_ui.cc +++ b/gtk2_ardour/sfdb_ui.cc @@ -549,9 +549,9 @@ SoundFileBrowser::SoundFileBrowser (string title, ARDOUR::Session* s, bool persi , matches (0) , _status (0) , _done (false) - , ok_button (Stock::OK) - , cancel_button (Stock::CANCEL) - , apply_button (Stock::APPLY) + , ok_button ("OK") + , cancel_button ("CANCEL") + , apply_button ("APPLY") , gm (0) {