mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 00:53:46 +02:00
Fix for bug #1016
This commit is contained in:
@@ -964,7 +964,7 @@ void PluginRegistrationDialog::OnOK(wxCommandEvent & WXUNUSED(evt))
|
||||
wxString msg;
|
||||
msg.Printf(_("Enabling effects:\n\n%s"), last3.c_str());
|
||||
|
||||
ProgressDialog progress(_("Plugin Manager: Effects"), msg, pdlgHideStopButton);
|
||||
ProgressDialog progress(GetTitle(), msg, pdlgHideStopButton);
|
||||
progress.CenterOnParent();
|
||||
|
||||
int i = 0;
|
||||
|
Reference in New Issue
Block a user