typo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -333,7 +333,7 @@ bool wxMsgCatalog::Load(const wxChar *szDirPrefix, const wxChar *szName0, bool b
|
|||||||
wxString searchPath = GetFullSearchPath(szDirPrefix);
|
wxString searchPath = GetFullSearchPath(szDirPrefix);
|
||||||
|
|
||||||
#ifdef __UNIX_LIKE__
|
#ifdef __UNIX_LIKE__
|
||||||
if ( szName == _("wxstd") )
|
if ( szName == "wxstd" )
|
||||||
{
|
{
|
||||||
// WXDIR is the env var holding the installation directory of wxWindows
|
// WXDIR is the env var holding the installation directory of wxWindows
|
||||||
const wxChar *pszWxDir = wxGetenv(wxT("WXDIR"));
|
const wxChar *pszWxDir = wxGetenv(wxT("WXDIR"));
|
||||||
|
Reference in New Issue
Block a user