1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 08:38:39 +02:00

Bug 2470 - Modules may not be found if earlier version failed

This commit is contained in:
Leland Lucius 2020-06-04 15:55:24 -05:00
parent 815e655a5e
commit e861598f99

View File

@ -249,6 +249,9 @@ void ModuleManager::Initialize(CommandHandler &cmdHandler)
wxString prefix = audacityPathList[i] + wxFILE_SEP_PATH; wxString prefix = audacityPathList[i] + wxFILE_SEP_PATH;
FileNames::AddUniquePathToPathList(prefix + wxT("modules"), FileNames::AddUniquePathToPathList(prefix + wxT("modules"),
pathList); pathList);
if (files.size()) {
break;
}
} }
#if defined(__WXMSW__) #if defined(__WXMSW__)