X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/243f5c2d917b77474b6d159fc338ec669d70cc91..7b28e0ede49ca78e05df6bc6af2d2d8c508f8455:/src/cocoa/mbarman.mm?ds=inline diff --git a/src/cocoa/mbarman.mm b/src/cocoa/mbarman.mm index c6cf916e64..0935ec6e97 100644 --- a/src/cocoa/mbarman.mm +++ b/src/cocoa/mbarman.mm @@ -49,7 +49,7 @@ @implementation wxMenuBarManagerObserver : NSObject - (id)init { - wxFAIL_MSG("[wxMenuBarManagerObserver -init] should never be called!"); + wxFAIL_MSG(wxT("[wxMenuBarManagerObserver -init] should never be called!")); m_mbarman = NULL; return self; } @@ -273,7 +273,7 @@ void wxMenuBarManager::InstallMenuBarForWindow(wxCocoaNSWindow *win) wxASSERT(win); m_windowCurrent = win; wxMenuBar *menubar = win->GetAppMenuBar(win); - wxLogDebug("Found menubar=%p for window=%p.",menubar,win); + wxLogDebug(wxT("Found menubar=%p for window=%p."),menubar,win); SetMenuBar(menubar); }