mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
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:
parent
61fad5fd44
commit
e64eae1eca
1 changed files with 1 additions and 1 deletions
|
|
@ -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\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue