Show plugin-manager when missing plugins are found
This commit is contained in:
parent
1c1f48fd98
commit
fdf1c1aba2
@ -492,8 +492,8 @@ ARDOUR_UI::load_session_stage_two (const std::string& path, const std::string& s
|
||||
if (scan_now) {
|
||||
PluginScanDialog psd (false, true);
|
||||
psd.start ();
|
||||
show_plugin_manager ();
|
||||
}
|
||||
show_plugin_manager ();
|
||||
}
|
||||
|
||||
if (!new_session->writable()) {
|
||||
|
@ -50,7 +50,7 @@ MissingPluginDialog::MissingPluginDialog (Gtk::Window& parent, Session* s, list<
|
||||
if (cache_valid) {
|
||||
add_button (_("OK"), RESPONSE_OK);
|
||||
set_default_response (RESPONSE_OK);
|
||||
t << _("It is recommended that you install the missing plugins and re-load the session.\n");
|
||||
t << _("It is recommended that you install missing, re-scan updated plugins, and re-load the session.\n");
|
||||
} else {
|
||||
t << _("Third party plugins have not yet been indexed.") << "\n";
|
||||
t << string_compose (_("Scan %1 plugins now?"),
|
||||
|
Loading…
Reference in New Issue
Block a user