1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

AUP3: Update default/lastused path handling

This commit is contained in:
Leland Lucius
2020-07-27 14:11:50 -05:00
parent 757bc0b183
commit e2d6e1cc24
15 changed files with 299 additions and 173 deletions

View File

@@ -84,7 +84,7 @@ public:
* @return Array of file paths which the user selected to open (multiple
* selections allowed).
*/
static wxArrayString ShowOpenDialog(
static wxArrayString ShowOpenDialog(FileNames::Operation op,
const FileNames::FileType &extraType = {});
static bool IsAlreadyOpen(const FilePath &projPathName);