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:
parent
2256c2e534
commit
3c04482a26
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user