mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-09 14:16:28 +01:00
This should fix bug #1111
In addition it adds an option to open the full FFmpeg options dialog.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include <wx/string.h>
|
||||
#include <wx/dynarray.h> // sadly we are using wx dynamic arrays
|
||||
#include <wx/listctrl.h>
|
||||
#include <wx/simplebook.h>
|
||||
|
||||
#include "Export.h"
|
||||
#include "../Tags.h" // we need to know about the Tags class for metadata
|
||||
@@ -162,6 +163,8 @@ private:
|
||||
wxButton *mCancel;
|
||||
wxButton *mExport;
|
||||
|
||||
wxSimplebook *mBook;
|
||||
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user