mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +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);
|
audacityPathList);
|
||||||
#endif //AUDACITY_NAME
|
#endif //AUDACITY_NAME
|
||||||
|
|
||||||
|
FileNames::AddUniquePathToPathList(wxString::Format(wxT("%s/locale"),
|
||||||
|
progPath),
|
||||||
|
audacityPathList);
|
||||||
|
|
||||||
FileNames::AddUniquePathToPathList(wxString::Format(wxT("%s/share/locale"),
|
FileNames::AddUniquePathToPathList(wxString::Format(wxT("%s/share/locale"),
|
||||||
wxT(INSTALL_PREFIX)),
|
wxT(INSTALL_PREFIX)),
|
||||||
audacityPathList);
|
audacityPathList);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user