*really* fixed problem with window menu translation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2000-12-14 23:23:58 +00:00
parent ef7a25a73e
commit 9318daf2b7

View File

@ -2317,7 +2317,7 @@ void wxWindow::MSWDetachWindowMenu()
continue; continue;
} }
if ( wxStrcmp(buf, wxT("&Window")) == 0 ) if ( wxStrcmp(buf, _("&Window")) == 0 )
{ {
if ( !::RemoveMenu(hMenu, i, MF_BYPOSITION) ) if ( !::RemoveMenu(hMenu, i, MF_BYPOSITION) )
{ {