1
0
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:
James Crook
2018-02-07 17:20:45 +00:00
committed by Paul Licameli
parent 1c988b4e3a
commit e29699086e
4 changed files with 19 additions and 10 deletions

View File

@@ -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())
{