From ebeb1b6ad1c693999185a2375db2c97e387243ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 16 Aug 2005 20:47:34 +0000 Subject: [PATCH] Build fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/window.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os2/window.cpp b/src/os2/window.cpp index 8b37718764..7dcb471694 100644 --- a/src/os2/window.cpp +++ b/src/os2/window.cpp @@ -47,7 +47,7 @@ #include #endif -#if wxUSE_OWNER_DRAWN +#if wxUSE_OWNER_DRAWN #include "wx/ownerdrw.h" #endif @@ -5126,7 +5126,7 @@ const wxChar* wxGetMessageName( int nMessage ) } static wxString s_szBuf; - s_szBuf.Printf(wxT(""), message); + s_szBuf.Printf(wxT(""), nMessage); return s_szBuf.c_str(); } // end of wxGetMessageName -- 2.47.2