13
0

Patch from colinf to fix #2919.

git-svn-id: svn://localhost/ardour2/branches/3.0@6159 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-11-23 20:20:01 +00:00
parent 2256c2e534
commit 3c04482a26

View File

@ -2230,8 +2230,8 @@ ARDOUR_UI::ask_about_loading_existing_session (const Glib::ustring& session_path
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 ();