mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
Bug 2470 - Modules may not be found if earlier version failed
This commit is contained in:
@@ -249,6 +249,9 @@ void ModuleManager::Initialize(CommandHandler &cmdHandler)
|
||||
wxString prefix = audacityPathList[i] + wxFILE_SEP_PATH;
|
||||
FileNames::AddUniquePathToPathList(prefix + wxT("modules"),
|
||||
pathList);
|
||||
if (files.size()) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
#if defined(__WXMSW__)
|
||||
|
Reference in New Issue
Block a user