mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-22 16:41:18 +01:00
Title of export dialog is now either "Export File" or "Export Selection", so user knows which menu option they selected.
Vaughan, 2013-11-02: James also turned on EXPERIMENTAL_SCIENCE_FILTERS.
This commit is contained in:
@@ -141,6 +141,7 @@ public:
|
||||
Exporter();
|
||||
virtual ~Exporter();
|
||||
|
||||
void SetFileDialogTitle( const wxString & DialogTitle );
|
||||
void RegisterPlugin(ExportPlugin *plugin);
|
||||
|
||||
bool Process(AudacityProject *project, bool selectedOnly,
|
||||
@@ -164,6 +165,7 @@ private:
|
||||
|
||||
private:
|
||||
FileDialog *mDialog;
|
||||
wxString mFileDialogTitle;
|
||||
AudacityProject *mProject;
|
||||
MixerSpec *mMixerSpec;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user