]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/bitmap.cpp
Visualage fixes for Stefan's socket implementations, some scrolling fixes and dir...
[wxWidgets.git] / src / msw / bitmap.cpp
index 46cbb8f13864b8826dc8140085aed56e55eba4a3..4c21494fcb4ba8ccde1635807669420f1d111aba 100644 (file)
@@ -293,7 +293,7 @@ bool wxBitmap::CreateFromXpm(const char **data)
     wxImage img = decoder.ReadData(data);
     wxCHECK_MSG( img.Ok(), FALSE, wxT("invalid bitmap data") )
     
-    *this = img.ConvertToBitmap();
+    *this = wxBitmap(img);
     return TRUE;
 #else
        return FALSE;