File wxGTK-locale_catalog_wxstd22.patch of Package libwx_gtk2-2-6
--- src/common/intl.cpp.orig 2009-04-13 23:11:57.000000000 +0200
+++ src/common/intl.cpp 2009-04-13 23:12:31.000000000 +0200
@@ -333,7 +333,7 @@
wxString searchPath = GetFullSearchPath(szDirPrefix);
#ifdef __UNIX_LIKE__
- if ( szName == "wxstd" )
+ if ( szName == "wxstd22" )
{
// WXDIR is the env var holding the installation directory of wxWindows
const wxChar *pszWxDir = wxGetenv(wxT("WXDIR"));
@@ -590,7 +590,7 @@
m_pMsgCat = NULL;
bool bOk = TRUE;
if ( bLoadDefault )
- bOk = AddCatalog(wxT("wxstd"));
+ bOk = AddCatalog(wxT("wxstd22"));
return bOk;
}