View Issue Details

IDProjectCategoryView StatusLast Update
0002919ardourbugspublic2011-06-21 21:38
Reportercolinf Assigned Topaul  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product VersionSVN/2.0-ongoing 
Summary0002919: [PATCH] Caption of "Open existing session" dialog is wrong.
DescriptionIf you type an existing session name into the new session dialog, the dialog that says "This session /name/ already exists. Do you want to open it?" has a caption of "Cleanup Unused Sources", which doesn't seem right...
Additional InformationAttached a trivial patch to change the name of the dialog to "OpenExistingDialog" and the caption to "Open Existing Session".
TagsNo tags attached.

Activities

2009-11-20 11:54

 

existing-session-caption.patch (523 bytes)   
Index: gtk2_ardour/ardour_ui.cc
===================================================================
--- gtk2_ardour/ardour_ui.cc	(revision 6136)
+++ gtk2_ardour/ardour_ui.cc	(working copy)
@@ -2229,8 +2228,8 @@
 			   true);
 	
 	
-	msg.set_name (X_("CleanupDialog"));
-	msg.set_title (_("Cleanup Unused Sources"));
+	msg.set_name (X_("OpenExistingDialog"));
+	msg.set_title (_("Open Existing Session"));
 	msg.set_wmclass (X_("existing_session"), "Ardour");
 	msg.set_position (Gtk::WIN_POS_MOUSE);
 	pop_back_splash ();

cth103

2009-11-23 20:20

administrator   ~0007137

Applied to 3.0. Thanks!

colinf

2011-06-03 15:30

updater   ~0010840

Is this 2.8.12 material?

paul

2011-06-21 21:38

administrator   ~0010914

finally applied! whoa! thanks...

Issue History

Date Modified Username Field Change
2009-11-20 11:54 colinf New Issue
2009-11-20 11:54 colinf File Added: existing-session-caption.patch
2009-11-23 20:20 cth103 cost => 0.00
2009-11-23 20:20 cth103 Assigned To => paul
2009-11-23 20:20 cth103 Status new => assigned
2009-11-23 20:20 cth103 Note Added: 0007137
2011-06-03 15:30 colinf Note Added: 0010840
2011-06-21 21:38 paul Note Added: 0010914
2011-06-21 21:38 paul Status assigned => closed
2011-06-21 21:38 paul Resolution open => fixed