Make pending state dialogue modal, and give it a more friendly (and translatable) name.
git-svn-id: svn://localhost/ardour2/trunk@2594 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -2871,7 +2871,7 @@ ARDOUR_UI::pending_state_dialog ()
|
||||
{
|
||||
HBox* hbox = new HBox();
|
||||
Image* image = new Image (Stock::DIALOG_QUESTION, ICON_SIZE_DIALOG);
|
||||
ArdourDialog dialog ("pending state dialog");
|
||||
ArdourDialog dialog (_("Crash recovery"), true);
|
||||
Label message (_("\
|
||||
This session appears to have been in\n\
|
||||
middle of recording when ardour or\n\
|
||||
|
||||
Reference in New Issue
Block a user