]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/menu.cpp
added missing headers
[wxWidgets.git] / src / mac / carbon / menu.cpp
index 6e2d2d6137a1a3333e40fa1272782fc082bb8b65..b17214fb389069a65d8f0bd928b7e04c6eae2daf 100644 (file)
@@ -74,7 +74,7 @@ void wxMenu::Init()
 
     if ( !m_hMenu )
     {
-        wxLogLastError("UMANewMenu failed");
+        wxLogLastError(wxT("UMANewMenu failed"));
     }
 
     // if we have a title, insert it in the beginning of the menu