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:
committed by
Paul Licameli
parent
62ca1cce26
commit
5d36890cb0
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user