Show plugin-manager when missing plugins are found

This commit is contained in:
Robin Gareus 2021-10-07 03:10:48 +02:00
parent 1c1f48fd98
commit fdf1c1aba2
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View File

@ -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()) {

View File

@ -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?"),