[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:32:55 -04:00 committed by Paul Davis
parent 79f0f67cea
commit 76dac4f95d

View file

@ -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)
{