]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/tglbtn.h
fix iconize event detection, logical operators don't work for testing bits
[wxWidgets.git] / include / wx / osx / tglbtn.h
index 1babd554b74accdee51c6c19b0c750a009ffa73b..63a3c0028f0c2bbd79ec6d9e77d9a98ddb1993a7 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/mac/tglbtn.h
+// Name:        wx/osx/tglbtn.h
 // Purpose:     Declaration of the wxToggleButton class, which implements a
 //              toggle button under wxMac.
 // Author:      Stefan Csomor
@@ -7,7 +7,7 @@
 // Created:     08.02.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2004 Stefan Csomor
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_TOGGLEBUTTON_H_
@@ -53,7 +53,7 @@ private:
 
     int m_marginX,
         m_marginY;
-        
+
 protected:
     virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
     virtual wxSize DoGetBestSize() const;