mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 00:23:56 +01:00
Bug 1966 - Manage Macros: Import and Export buttons are always inactive.
This commit is contained in:
@@ -618,8 +618,11 @@ void MacrosWindow::PopulateOrExchange(ShuttleGui & S)
|
||||
S.Id(AddButtonID).AddButton(_("&New"));
|
||||
mRemove = S.Id(RemoveButtonID).AddButton(_("Remo&ve"));
|
||||
mRename = S.Id(RenameButtonID).AddButton(_("&Rename..."));
|
||||
// Not yet ready for prime time.
|
||||
#if 0
|
||||
S.Id(ImportButtonID).AddButton(_("I&mport..."))->Enable( false);
|
||||
S.Id(ExportButtonID).AddButton(_("E&xport..."))->Enable( false);
|
||||
#endif
|
||||
}
|
||||
S.EndVerticalLay();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user