1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-22 22:25:47 +01:00

MacroCommandDialog remembers reference to project

This commit is contained in:
Paul Licameli
2019-05-22 07:07:57 -04:00
parent c39718fa1f
commit a769cdfe1d
3 changed files with 6 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ MacroCommandDialog::MacroCommandDialog(
wxDialogWrapper(parent, id, XO("Select Command"),
wxDefaultPosition, wxDefaultSize,
wxCAPTION | wxRESIZE_BORDER)
, mCatalog( &project )
, mCatalog{ &project }
{
SetLabel(XO("Select Command")); // Provide visual label
SetName(XO("Select Command")); // Provide audible label