1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 06:22:58 +02:00

Shorter command names. General tidying.

-More commands now have shorter names for parameters.
-New scripts for generating images.
-Several old-style commands retired.
This commit is contained in:
James Crook
2018-02-24 12:56:58 +00:00
committed by Paul Licameli
parent 62ca1cce26
commit 5d36890cb0
13 changed files with 215 additions and 160 deletions

View File

@@ -22,7 +22,7 @@
// Import
#define IMPORT_PLUGIN_SYMBOL XO("Import")
#define IMPORT_PLUGIN_SYMBOL XO("Import2")
class ImportCommand : public AudacityCommand
{
@@ -40,7 +40,7 @@ public:
wxString mFileName;
};
#define EXPORT_PLUGIN_SYMBOL XO("Export")
#define EXPORT_PLUGIN_SYMBOL XO("Export2")
class ExportCommand : public AudacityCommand
{