From: David Webster Date: Mon, 18 Dec 2000 20:05:51 +0000 (+0000) Subject: VisualAge V3.0 does not understand lowercase, "true", "false" X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e7ffb21b6b94c8026f34dd6f42b0bb2a60d43e59?ds=inline VisualAge V3.0 does not understand lowercase, "true", "false" git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/mimecmn.cpp b/src/common/mimecmn.cpp index 8bf7953030..353a604b7a 100644 --- a/src/common/mimecmn.cpp +++ b/src/common/mimecmn.cpp @@ -339,7 +339,7 @@ bool wxFileType::SetDefaultIcon(const wxString& cmd, int index) if ( sTmp.empty() ) GetOpenCommand(&sTmp, wxFileType::MessageParameters("", "")); - wxCHECK_MSG( !sTmp.empty(), false, _T("need the icon file") ); + wxCHECK_MSG( !sTmp.empty(), FALSE, _T("need the icon file") ); #ifdef __WXMSW__