diff --git a/src/AudacityApp.cpp b/src/AudacityApp.cpp index 5eeda868d..c6dc79d59 100644 --- a/src/AudacityApp.cpp +++ b/src/AudacityApp.cpp @@ -1180,6 +1180,10 @@ bool AudacityApp::OnInit() audacityPathList); #endif //AUDACITY_NAME + FileNames::AddUniquePathToPathList(wxString::Format(wxT("%s/locale"), + progPath), + audacityPathList); + FileNames::AddUniquePathToPathList(wxString::Format(wxT("%s/share/locale"), wxT(INSTALL_PREFIX)), audacityPathList);