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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user