]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/bitmap.cpp
Patch #1197009 [wxMSW] Proper repainting when resizing
[wxWidgets.git] / src / mgl / bitmap.cpp
index e763a2a7129889e9260a8fd08691127d1dd35399..b8a3f3906d172c2060adb08f78db91aa91a6c4bc 100644 (file)
@@ -3,7 +3,7 @@
 // Author:      Vaclav Slavik
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
@@ -317,7 +317,7 @@ wxBitmap::wxBitmap(const wxImage& image, int depth)
 
 wxImage wxBitmap::ConvertToImage() const
 {
-    wxCHECK_MSG( Ok(), FALSE, wxT("invalid bitmap") );
+    wxCHECK_MSG( Ok(), wxImage(), wxT("invalid bitmap") );
 
     int width, height;
     width = GetWidth();