mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 15:49:42 +02:00
AUP3: Fix stupid mistake
Thanks for spotting it Paul.
This commit is contained in:
parent
6f771d1783
commit
0c14e613c7
@ -149,6 +149,7 @@ auto ProjectFileManager::ReadProjectFile( const FilePath &fileName )
|
|||||||
if (!projectFileIO.IsTemporary())
|
if (!projectFileIO.IsTemporary())
|
||||||
{
|
{
|
||||||
projectFileIO.SaveProject(fileName);
|
projectFileIO.SaveProject(fileName);
|
||||||
|
resaved = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
AudacityMessageBox(
|
AudacityMessageBox(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user