mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
A bit more help for Export Multiple
This commit is contained in:
parent
66661daa05
commit
1c2ebfae94
@ -305,6 +305,8 @@ public:
|
||||
// Optional
|
||||
bool CheckFileName(wxFileName &filename, int format = 0) override;
|
||||
|
||||
FileExtension GetExtension(int index) override;
|
||||
|
||||
private:
|
||||
void GetSettings();
|
||||
|
||||
@ -803,6 +805,13 @@ bool ExportCL::CheckFileName(wxFileName &filename, int WXUNUSED(format))
|
||||
return true;
|
||||
}
|
||||
|
||||
FileExtension ExportCL::GetExtension(int index)
|
||||
{
|
||||
GetSettings();
|
||||
|
||||
return mExt;
|
||||
}
|
||||
|
||||
void ExportCL::GetSettings()
|
||||
{
|
||||
// Retrieve settings
|
||||
|
Loading…
x
Reference in New Issue
Block a user