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:
Stefan Csomor
2003-08-19 10:00:56 +00:00
parent 3029e588e0
commit 2202608853
4 changed files with 10 additions and 10 deletions

View 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