1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 00:53:46 +02:00
This commit is contained in:
Leland Lucius
2015-06-12 23:13:11 -05:00
parent 1b369be614
commit 6960270270

View File

@@ -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;