1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-24 16:20:05 +02:00

Add path to allow testing locales when using cmake

This commit is contained in:
Leland Lucius 2020-06-01 17:16:03 -05:00
parent feb24f2b14
commit e48dbd94f9

View File

@ -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);