From 0fde4c5a66b0b4e37f12b8ca8bfe57dccfa78f26 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 10 Aug 2000 14:58:45 +0000 Subject: [PATCH] typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/intl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/intl.cpp b/src/common/intl.cpp index 25cdf7aa36..211b4d01a6 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -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"));