Typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -117,7 +117,7 @@ bool wxBMPHandler::SaveDib(wxImage *image,
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
if ( verbose )
|
if ( verbose )
|
||||||
wxLogError(_("BMP: wImage doesn't have own wxPalette."));
|
wxLogError(_("BMP: wxImage doesn't have own wxPalette."));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
bpp = 8;
|
bpp = 8;
|
||||||
|
Reference in New Issue
Block a user