1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-18 00:21:18 +02:00

Append selected extension to filenames for bug #387 on Linux.

This commit is contained in:
Leland Lucius
2015-05-04 02:25:37 -05:00
parent e18175142a
commit 74f6c0d802
2 changed files with 25 additions and 6 deletions

View File

@@ -75,6 +75,7 @@ private:
wxString m_buttonlabel;
fdCallback m_callback;
void *m_cbdata;
wxArrayString m_patterns;
};
#endif