X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/45e97ca0cd6aa84816df0ccc7e130c38b8ff61c5..99f72806595de291c8cf7e4828894188f851affb:/src/common/intl.cpp diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 7d115e81a6..3f592d7881 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -313,6 +313,7 @@ static wxString GetFullSearchPath(const wxChar *lang) #ifdef __UNIX__ // and finally add some standard ones searchPath + << GetAllMsgCatalogSubdirs(wxString(wxGetInstallPrefix()) + wxT("/share/locale"), lang) << GetAllMsgCatalogSubdirs(wxT("/usr/share/locale"), lang) << GetAllMsgCatalogSubdirs(wxT("/usr/lib/locale"), lang) << GetAllMsgCatalogSubdirs(wxT("/usr/local/share/locale"), lang);