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