*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:
parent
ef7a25a73e
commit
9318daf2b7
@ -2317,7 +2317,7 @@ void wxWindow::MSWDetachWindowMenu()
|
||||
continue;
|
||||
}
|
||||
|
||||
if ( wxStrcmp(buf, wxT("&Window")) == 0 )
|
||||
if ( wxStrcmp(buf, _("&Window")) == 0 )
|
||||
{
|
||||
if ( !::RemoveMenu(hMenu, i, MF_BYPOSITION) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user