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