use a warning dialog, nto a question dialog, for sample rate mismatch
git-svn-id: svn://localhost/ardour2/branches/3.0@13839 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6922dc9d69
commit
2bc6b777c6
@ -3383,7 +3383,7 @@ int
|
||||
ARDOUR_UI::sr_mismatch_dialog (framecnt_t desired, framecnt_t actual)
|
||||
{
|
||||
HBox* hbox = new HBox();
|
||||
Image* image = new Image (Stock::DIALOG_QUESTION, ICON_SIZE_DIALOG);
|
||||
Image* image = new Image (Stock::DIALOG_WARNING, ICON_SIZE_DIALOG);
|
||||
ArdourDialog dialog (_("Sample Rate Mismatch"), true);
|
||||
Label message (string_compose (_("\
|
||||
This session was created with a sample rate of %1 Hz, but\n\
|
||||
|
Loading…
Reference in New Issue
Block a user