]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/window.cpp
fixed check for bitmapType match (thanks to HP compiler for the warning)
[wxWidgets.git] / src / os2 / window.cpp
index 8b377187647f2bd3947d3bccaeec1a5d1e15d20c..7dcb47169464599a453c0804df1256ba6cd68cfb 100644 (file)
@@ -47,7 +47,7 @@
     #include <stdio.h>
 #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("<unknown message = %d>"), message);
+    s_szBuf.Printf(wxT("<unknown message = %d>"), nMessage);
     return s_szBuf.c_str();
 
 } // end of wxGetMessageName