mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 06:22:58 +02:00
More Menus Items, Better prompting Dialogs.
This commit is contained in:
committed by
Paul Licameli
parent
1c988b4e3a
commit
e29699086e
@@ -131,7 +131,7 @@ bool AudacityCommand::ShowInterface(wxWindow *parent, bool WXUNUSED(forceModal))
|
||||
wxDialog *AudacityCommand::CreateUI(wxWindow *parent, AudacityCommand * WXUNUSED(client))
|
||||
{
|
||||
Destroy_ptr<AudacityCommandDialog> dlg { safenew AudacityCommandDialog{
|
||||
parent, "Generic Dialog", this}};
|
||||
parent, GetTranslatedName(), this}};
|
||||
|
||||
if (dlg->Init())
|
||||
{
|
||||
|
Reference in New Issue
Block a user