From e7ffb21b6b94c8026f34dd6f42b0bb2a60d43e59 Mon Sep 17 00:00:00 2001 From: David Webster Date: Mon, 18 Dec 2000 20:05:51 +0000 Subject: [PATCH 1/1] 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 --- src/common/mimecmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ -- 2.47.2