git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41792
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxImage imgPressed(wxT("dropbutp.png"));
wxImage imgHover(wxT("dropbuth.png"));
wxImage imgPressed(wxT("dropbutp.png"));
wxImage imgHover(wxT("dropbuth.png"));
- if ( imgNormal.Ok() && imgPressed.Ok() && imgHover.Ok() )
+ if ( imgNormal.IsOk() && imgPressed.IsOk() && imgHover.IsOk() )
{
wxBitmap bmpNormal(imgNormal);
wxBitmap bmpPressed(imgPressed);
{
wxBitmap bmpNormal(imgNormal);
wxBitmap bmpPressed(imgPressed);