unicode fixes, enabling notebook images again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user