mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
amend missing plugin message to hint that a plugin may be blacklisted
This commit is contained in:
parent
58f7a11287
commit
9c5bdc6cf5
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue