]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/carbon/statbmp.h
Extensive documentation typo patch (closes #13063).
[wxWidgets.git] / include / wx / osx / carbon / statbmp.h
index 17d38360f5e00d386e2cf9152bf139338683cf0d..8666e780a11b9b1026a0dcc1f2b33849854632a5 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        statbmp.h
+// Name:        wx/osx/carbon/statbmp.h
 // Purpose:     wxStaticBitmap class
 // Author:      Stefan Csomor
 // Modified by:
@@ -52,13 +52,13 @@ class WXDLLIMPEXP_CORE wxStaticBitmap: public wxStaticBitmapBase
   void  SetIcon(const wxIcon& icon) { SetBitmap( (const wxBitmap &)icon ) ; }
 
   // overriden base class virtuals
-  virtual bool AcceptsFocus() const { return FALSE; }
+  virtual bool AcceptsFocus() const { return false; }
 
  protected:
     virtual wxSize DoGetBestSize() const;
 
     wxBitmap m_bitmap;
-    DECLARE_EVENT_TABLE() 
+    DECLARE_EVENT_TABLE()
 };
 
 #endif