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

Some naming consistency...

Prefer "MissingAliasFiles" not other permutations of the words
This commit is contained in:
Paul Licameli
2019-04-23 21:13:16 -04:00
parent 2d8c287384
commit 0ab29d21e9
14 changed files with 65 additions and 65 deletions

View File

@@ -2058,7 +2058,7 @@ int AudioIO::StartStream(const TransportTracks &tracks,
}
// Enable warning popups for unfound aliased blockfiles.
wxGetApp().SetMissingAliasedFileWarningShouldShow(true);
wxGetApp().SetMissingAliasFilesWarningShouldShow(true);
commit = true;
return mStreamToken;