1
0
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:
james.k.crook@gmail.com
2013-10-22 21:11:58 +00:00
parent 41bfae1695
commit 02e4e56444
4 changed files with 12 additions and 2 deletions

View File

@@ -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;