mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +02:00
Change plugin manager title
This commit is contained in:
parent
7d3c055200
commit
19baefd186
@ -476,7 +476,7 @@ END_EVENT_TABLE()
|
|||||||
PluginRegistrationDialog::PluginRegistrationDialog(wxWindow *parent, EffectType type)
|
PluginRegistrationDialog::PluginRegistrationDialog(wxWindow *parent, EffectType type)
|
||||||
: wxDialog(parent,
|
: wxDialog(parent,
|
||||||
wxID_ANY,
|
wxID_ANY,
|
||||||
_("Plug-in Manager: Effects"),
|
_("Plug-in Manager: Effects, Generators and Analyzers"),
|
||||||
wxDefaultPosition, wxDefaultSize,
|
wxDefaultPosition, wxDefaultSize,
|
||||||
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user