From 5918786f9f81568935710ee9d5ebe1735faeabb5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 20 Jul 2002 18:10:06 +0000 Subject: [PATCH] read message catalogs from the location where wxWin was installed, too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/intl.cpp | 1 + 1 file changed, 1 insertion(+) 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); -- 2.45.2