mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
[Summary] Message Dialog rework
[Reviewed] VKamyshniy
This commit is contained in:
parent
544b215a49
commit
d9e0a534a5
27 changed files with 892 additions and 217 deletions
|
|
@ -41,6 +41,7 @@
|
|||
#include "ardour_ui.h"
|
||||
#include "plugin_selector.h"
|
||||
#include "gui_thread.h"
|
||||
#include "waves_message_dialog.h"
|
||||
|
||||
#include "i18n.h"
|
||||
|
||||
|
|
@ -493,7 +494,7 @@ PluginSelector::run ()
|
|||
if (p) {
|
||||
plugins.push_back (p);
|
||||
} else {
|
||||
MessageDialog msg (string_compose (_("The plugin \"%1\" could not be loaded\n\nSee the Log window for more details (maybe)"), pp->name));
|
||||
WavesMessageDialog msg ("", string_compose (_("The plugin \"%1\" could not be loaded\n\nSee the Log window for more details (maybe)"), pp->name));
|
||||
msg.run ();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue