]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/icon.cpp
compilation fix for systems with XtIMSignal
[wxWidgets.git] / src / motif / icon.cpp
index 27df93ff29afb461d20e6c96113b0293dd0bacdb..b1a4a57d6b3ce5ab87c20afbf75bde3e1e7455a1 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWidgets licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
@@ -66,5 +66,5 @@ bool wxIcon::LoadFile(const wxString& filename, wxBitmapType type,
         return handler->LoadFile(this, filename, type,
                                  desiredWidth, desiredHeight);
     else
-        return FALSE;
+        return false;
 }