mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
[P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit)
This commit is contained in:
parent
79f0f67cea
commit
76dac4f95d
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue