mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-16 18:36:03 +01:00
silly dialog name, patch from colinf
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9754 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7262fb1a7a
commit
bc8251d87f
1 changed files with 2 additions and 2 deletions
|
|
@ -2249,8 +2249,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"), PROGRAM_NAME);
|
||||
msg.set_position (Gtk::WIN_POS_MOUSE);
|
||||
pop_back_splash ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue