]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/choice.h
fix iconize event detection, logical operators don't work for testing bits
[wxWidgets.git] / include / wx / osx / choice.h
index c69ab6693157c21785998caeeaa7e3982a750ff5..e6c49aada957aae7070c95d4fcbbe6ad088000c4 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/mac/carbon/choice.h
+// Name:        wx/osx/choice.h
 // Purpose:     wxChoice class
 // Author:      Stefan Csomor
 // Modified by:
@@ -77,7 +77,7 @@ public:
     virtual wxString GetString(unsigned int n) const ;
     virtual void SetString(unsigned int pos, const wxString& s);
     // osx specific event handling common for all osx-ports
-    
+
     virtual bool        OSXHandleClicked( double timestampsec );
 
 protected: