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:
Vadim Zeitlin
2000-08-10 14:58:45 +00:00
parent d212f35a39
commit 0fde4c5a66

View File

@@ -333,7 +333,7 @@ bool wxMsgCatalog::Load(const wxChar *szDirPrefix, const wxChar *szName0, bool b
wxString searchPath = GetFullSearchPath(szDirPrefix);
#ifdef __UNIX_LIKE__
if ( szName == _("wxstd") )
if ( szName == "wxstd" )
{
// WXDIR is the env var holding the installation directory of wxWindows
const wxChar *pszWxDir = wxGetenv(wxT("WXDIR"));