From 9c5bdc6cf5cc6710bb5a81c0fe3010035a399d38 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 17 Feb 2016 14:26:18 +0100 Subject: amend missing plugin message to hint that a plugin may be blacklisted --- gtk2_ardour/missing_plugin_dialog.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/missing_plugin_dialog.cc b/gtk2_ardour/missing_plugin_dialog.cc index d800946a95..b40b09bf3c 100644 --- a/gtk2_ardour/missing_plugin_dialog.cc +++ b/gtk2_ardour/missing_plugin_dialog.cc @@ -47,6 +47,7 @@ MissingPluginDialog::MissingPluginDialog (Session * s, list const & plug t << "\nThose plugins will be replaced with inactive stubs.\n"; t << "It is recommended that you install the missing plugins and re-load the session.\n"; + t << "(also check the blacklist, Window > Log and Preferences > Plugins)\n"; m->set_markup (t.str ()); get_vbox()->pack_start (*m, false, false); -- cgit v1.2.3