mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
AUP3: Fix macro path handling
Aside from the breakage I added to it during the AUP3 conversion, there was several other issues discovered in regards to how the export paths were being handled.
This commit is contained in:
@@ -48,7 +48,7 @@ void ImportCommand::PopulateOrExchange(ShuttleGui & S)
|
||||
}
|
||||
|
||||
bool ImportCommand::Apply(const CommandContext & context){
|
||||
return ProjectFileManager::Get( context.project ).Import(mFileName);
|
||||
return ProjectFileManager::Get( context.project ).Import(mFileName, nullptr, false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user