]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/containr.h
Don't try to typedef off_t twice (eVC++)
[wxWidgets.git] / include / wx / containr.h
index ca1fad02aee01b8cccf161f390cada0ce142ff50..a70b4eadefdbddfbc660dab7c4318765614efd3b 100644 (file)
@@ -7,7 +7,7 @@
 // Created:     06.08.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CONTAINR_H_
@@ -65,7 +65,7 @@ public:
     void HandleOnFocus(wxFocusEvent& event);
     void HandleOnWindowDestroy(wxWindowBase *child);
 
-    // should be called from SetFocus(), returns FALSE if we did nothing with
+    // should be called from SetFocus(), returns false if we did nothing with
     // the focus and the default processing should take place
     bool DoSetFocus();