]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbox.h
made it possible to customize wxGenericDirCtrl, such as using checked wxTreeCtrl...
[wxWidgets.git] / include / wx / msw / statbox.h
index f040fa6dcd27a96c3bef9d5703d40d1b1df029c9..169f95e25d6e8d28726cd6ad7fa8dacee7c2b93a 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_STATBOX_H_
@@ -45,7 +45,7 @@ public:
     virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
     // overriden base class virtuals
-    virtual bool AcceptsFocus() const { return FALSE; }
+    virtual bool AcceptsFocus() const { return false; }
 
 protected:
     virtual wxSize DoGetBestSize() const;