10#include <wx/statbmp.h>
23 parent, -1,
XO("Missing Plugins"), wxDefaultPosition, wxDefaultSize, wxCAPTION | wxCLOSE_BOX)
33 S.StartHorizontalLay();
37 wxBitmap bitmap = wxArtProvider::GetBitmap(wxART_WARNING, wxART_MESSAGE_BOX, wxSize(24, 24));
39 S.Prop(0).AddWindow(
safenew wxStaticBitmap(
S.GetParent(), -1, bitmap));
46 XO(
"This project contains some realtime effect plugins that cannot be found on this system."),
51 XO(
"The project may sound different than intended. %s"));
57 "https://audacityteam.org/errors#missing-plugins");
EVT_BUTTON(wxID_NO, DependencyDialog::OnNo) EVT_BUTTON(wxID_YES
An error dialog about missing plugins.
void OnOk(wxCommandEvent &event)
virtual ~MissingPluginsErrorDialog()
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.