X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ff6f538e6b78af9cf619d624629524e3b0f21c..04bf08b7e26f35a177b46948789505c316b2df28:/src/mac/notebmac.cpp diff --git a/src/mac/notebmac.cpp b/src/mac/notebmac.cpp index a3d6ea740c..60a7af92a3 100644 --- a/src/mac/notebmac.cpp +++ b/src/mac/notebmac.cpp @@ -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 ) ; }