Cured DC/GDI object leak; listbox window proc restored from debugging
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -578,7 +578,7 @@ bool wxBMPResourceHandler::LoadFile(wxBitmap *bitmap, const wxString& name, cons
|
||||
}
|
||||
|
||||
// it's probably not found
|
||||
wxLogError("Can't load bitmap '%s' from ressources!", name.c_str());
|
||||
wxLogError("Can't load bitmap '%s' from resources! Check .rc file.", name.c_str());
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user