Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND, TRUE/true, FALSE/false.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -135,7 +135,7 @@ bool wxIcon::LoadFile(const wxString& filename,
|
||||
if ( !handler )
|
||||
{
|
||||
// say something?
|
||||
return FALSE;
|
||||
return false;
|
||||
}
|
||||
|
||||
return handler->Load(this, filename, type, desiredWidth, desiredHeight);
|
||||
|
Reference in New Issue
Block a user