]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/menuitem.cpp
fixed wxTaskBarIcon compilation
[wxWidgets.git] / src / mac / menuitem.cpp
index 5ffdf549559f5d8ad3450b5af12345859576dd08..33b337518ee1b9e390228a19041cd20cc7ad09bd 100644 (file)
 // headers & declarations
 // ============================================================================
 
+#include "wx/app.h"
 #include "wx/menu.h"
 #include "wx/menuitem.h"
 
-#include <wx/mac/uma.h>
+#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
                }
        }