mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 14:13:57 +01:00
Reinstate FileNames::PlugInDir() for Linux
Reverting its removal in commit 1dd6b848c2.
Path added to Nyquist *SYSTEM-DIR* PLUG-IN property.
This commit is contained in:
@@ -2024,6 +2024,7 @@ wxArrayString NyquistEffect::GetNyquistSearchPath()
|
||||
wxGetApp().AddUniquePathToPathList(prefix + wxT("plugins"), pathList);
|
||||
wxGetApp().AddUniquePathToPathList(prefix + wxT("plug-ins"), pathList);
|
||||
}
|
||||
pathList.Add(FileNames::PlugInDir());
|
||||
|
||||
return pathList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user