1
0
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:
Leland Lucius
2015-08-05 02:28:42 -05:00
parent 4cd7757cf4
commit 617e0713df
13 changed files with 467 additions and 152 deletions

View File

@@ -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()
};