mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 14:32:58 +02:00
Add DragCommand. Default Y/N on optional fields. Open/Save project items.
- More Y/N in Optional, making it easier to omit parameters. - AT removed from Envelope, since T already gives it.
This commit is contained in:
committed by
Paul Licameli
parent
bcf0865c1a
commit
e3ef968d57
@@ -38,6 +38,7 @@ public:
|
||||
public:
|
||||
wxString mFileName;
|
||||
bool mbAddToHistory;
|
||||
bool bHasAddToHistory;
|
||||
};
|
||||
|
||||
#define SAVE_PROJECT_PLUGIN_SYMBOL XO("Save Project")
|
||||
@@ -58,4 +59,6 @@ public:
|
||||
wxString mFileName;
|
||||
bool mbAddToHistory;
|
||||
bool mbCompress;
|
||||
bool bHasAddToHistory;
|
||||
bool bHasCompress;
|
||||
};
|
Reference in New Issue
Block a user