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