]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/notebmac.cpp
Some doc corrections
[wxWidgets.git] / src / mac / notebmac.cpp
index a3d6ea740c2b51502b3d497aad1857eecad590c2..60a7af92a34dd15b821f9cf315ae88a0708f1751 100644 (file)
@@ -474,7 +474,7 @@ void wxNotebook::MacSetupTabs()
                 SetControlData( (ControlHandle) m_macControl, ii+1,kControlTabImageContentTag,
                     sizeof( info ), (Ptr)&info );
                 wxASSERT_MSG( err == noErr , wxT("Error when setting icon on tab") ) ;
-                if ( UMAGetSystemVersion() <= 0x1030 )
+                if ( UMAGetSystemVersion() < 0x1030 )
                 {                      
                        UnregisterIconRef( 'WXNG' , (OSType) 1 ) ;
                 }