X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03e11df5470fd64d9d9a669d0b50b84c2d714736..a92b0cfd2bd0bef75b43c071df0b0e028f360d8e:/src/mac/menuitem.cpp?ds=sidebyside diff --git a/src/mac/menuitem.cpp b/src/mac/menuitem.cpp index 6db2d12561..33b337518e 100644 --- a/src/mac/menuitem.cpp +++ b/src/mac/menuitem.cpp @@ -17,7 +17,7 @@ #include "wx/menu.h" #include "wx/menuitem.h" -#include +#include "wx/mac/uma.h" // ============================================================================ // implementation // ============================================================================ @@ -319,7 +319,7 @@ void wxMenuItem::SetText(const wxString& text) { Str255 label; MacBuildMenuString( label , NULL , NULL , text ,false); - UMASetMenuItemText( m_parentMenu->GetHMenu() , index , label ) ; // checkmark + ::SetMenuItemText( m_parentMenu->GetHMenu() , index , label ) ; // checkmark } }