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