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:
Włodzimierz Skiba
2004-08-27 18:59:37 +00:00
parent 6d30807295
commit 59af881e44
11 changed files with 88 additions and 88 deletions

View File

@@ -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);