X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e437cc535e8c26fd918796a9680c6495afe800db..050c9e3c90c58b05d5b3f7384d1556ca9669f13e:/src/mac/carbon/menuitem.cpp?ds=sidebyside diff --git a/src/mac/carbon/menuitem.cpp b/src/mac/carbon/menuitem.cpp index 5ffdf54955..33b337518e 100644 --- a/src/mac/carbon/menuitem.cpp +++ b/src/mac/carbon/menuitem.cpp @@ -13,10 +13,11 @@ // headers & declarations // ============================================================================ +#include "wx/app.h" #include "wx/menu.h" #include "wx/menuitem.h" -#include +#include "wx/mac/uma.h" // ============================================================================ // implementation // ============================================================================ @@ -318,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 } }