Use Quantize rather than OK in the Quantize dialogue.
git-svn-id: svn://localhost/ardour2/branches/3.0@10583 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1362ac2046
commit
28cc3197d5
@ -124,7 +124,7 @@ QuantizeDialog::QuantizeDialog (PublicEditor& e)
|
||||
show_all ();
|
||||
|
||||
add_button (Stock::CANCEL, RESPONSE_CANCEL);
|
||||
add_button (Stock::OK, RESPONSE_OK);
|
||||
add_button (_("Quantize"), RESPONSE_OK);
|
||||
}
|
||||
|
||||
QuantizeDialog::~QuantizeDialog()
|
||||
|
Loading…
Reference in New Issue
Block a user