]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/icon.cpp
note another bug fix
[wxWidgets.git] / src / msw / icon.cpp
index b38f7aacbfeffa86f4ead3d624c215bb36b40f25..658c537e8867091d394176c2f622f7ed5fc62980 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -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);