1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-09 14:16:28 +01:00

Bug119: Export Multiple /, *, ? handled incorrectly

This commit is contained in:
Paul Licameli
2016-06-20 22:23:06 -04:00
parent 5e95491bfc
commit 02ce3c312b
4 changed files with 53 additions and 26 deletions

View File

@@ -125,9 +125,6 @@ private:
// List of file actually exported
wxArrayString mExported;
/** Array of characters not allowed to be in file names on this platform */
wxArrayString exclude;
wxChoice *mFormat; /**< Drop-down list of export formats
(combinations of plug-in and subformat) */
wxButton *mOptions;