fixed typo in error message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d8a7829312
commit
0ed6c93314
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user