amend missing plugin message to hint that a plugin may be blacklisted

This commit is contained in:
Robin Gareus 2016-02-17 14:26:18 +01:00
parent 58f7a11287
commit 9c5bdc6cf5

View file

@ -47,6 +47,7 @@ MissingPluginDialog::MissingPluginDialog (Session * s, list<string> 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);