summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2007-11-05 17:11:55 +0000
committerCarl Hetherington <carl@carlh.net>2007-11-05 17:11:55 +0000
commite64eae1ecafe0b19a1d368c05678dc2b9b00d434 (patch)
tree068bc698fe76b9f4e84bbf218943c2878f96c1ca /gtk2_ardour
parent61fad5fd44f120c558161fbf36b2dd0157fc6e1d (diff)
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
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 4e0ed989a3..29febd0cdf 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -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\