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:
parent
feb24f2b14
commit
e48dbd94f9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user