1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Eliminate one of the ## macro hacks in LoadCommands

This commit is contained in:
Paul Licameli
2019-06-24 10:40:45 -04:00
parent 8832621b0a
commit 0ca5775234
36 changed files with 165 additions and 78 deletions

View File

@@ -24,6 +24,9 @@
#include "../ShuttleGui.h"
#include "CommandContext.h"
const ComponentInterfaceSymbol ImportCommand::Symbol
{ XO("Import2") };
bool ImportCommand::DefineParams( ShuttleParams & S ){
S.Define( mFileName, wxT("Filename"), "" );
return true;
@@ -52,6 +55,9 @@ bool ExportCommand::DefineParams( ShuttleParams & S ){
return true;
}
const ComponentInterfaceSymbol ExportCommand::Symbol
{ XO("Export2") };
void ExportCommand::PopulateOrExchange(ShuttleGui & S)
{
S.AddSpace(0, 5);