]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/menuitem.cpp
detection of aqua layout scheme added
[wxWidgets.git] / src / mac / carbon / menuitem.cpp
index 6db2d125619f6415a5b4db41b52f10a526f53f1a..33b337518ee1b9e390228a19041cd20cc7ad09bd 100644 (file)
@@ -17,7 +17,7 @@
 #include "wx/menu.h"
 #include "wx/menuitem.h"
 
-#include <wx/mac/uma.h>
+#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
                }
        }