mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
[P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit)
This commit is contained in:
parent
542adfb0fe
commit
734c0801ab
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue