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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user