git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2002-01-13 14:55:59 +00:00
parent 2328adbe8b
commit dc9b623b95

View File

@ -117,7 +117,7 @@ bool wxBMPHandler::SaveDib(wxImage *image,
)
{
if ( verbose )
wxLogError(_("BMP: wImage doesn't have own wxPalette."));
wxLogError(_("BMP: wxImage doesn't have own wxPalette."));
return FALSE;
}
bpp = 8;