mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Ask to scan for missing plugins
When plugins have not been scanned, and a session with missing plugins is opened, ask to scan plugins. This also consolidates translatable strings with plugin-selector.
This commit is contained in:
parent
e5de39c861
commit
95bf443735
4 changed files with 50 additions and 18 deletions
|
|
@ -30,7 +30,7 @@ namespace ARDOUR {
|
|||
class MissingPluginDialog : public ArdourDialog
|
||||
{
|
||||
public:
|
||||
MissingPluginDialog (ARDOUR::Session *, std::list<std::string> const &);
|
||||
MissingPluginDialog (ARDOUR::Session*, std::list<std::string> const &, bool);
|
||||
};
|
||||
|
||||
#endif /* __gtk_ardour_missing_plugin_dialog_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue