]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dib.cpp
implement support for button bitmaps (normal state only for now) for wxGTK
[wxWidgets.git] / src / msw / dib.cpp
index 35ddb6d72fe3b33bb76fd1c77b933ba3ba50b428..16bc7178b3b02de8352acfe69e11f0fcc8d439a9 100644 (file)
@@ -558,7 +558,7 @@ HGLOBAL wxDIB::ConvertFromBitmap(HBITMAP hbmp)
     {
         // this is an error which does risk to happen especially under Win9x
         // and which the user may understand so let him know about it
-        wxLogError(_("Failed to allocated %luKb of memory for bitmap data."),
+        wxLogError(_("Failed to allocate %luKb of memory for bitmap data."),
                    (unsigned long)(size / 1024));
 
         return NULL;