mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
"Install VST Effects" in place of "Install VST Plugins"
This commit is contained in:
parent
8678bbc88c
commit
774b8e9598
@ -151,7 +151,7 @@ END_EVENT_TABLE()
|
||||
|
||||
PluginRegistrationDialog::PluginRegistrationDialog(wxWindow * parent, const wxArrayString & files):
|
||||
mFiles( files ),
|
||||
wxDialog(parent, wxID_ANY, _("Install VST Plugins"),
|
||||
wxDialog(parent, wxID_ANY, _("Install VST Effects"),
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user