]> git.saurik.com Git - wxWidgets.git/commitdiff
*really* fixed problem with window menu translation
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 14 Dec 2000 23:23:58 +0000 (23:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 14 Dec 2000 23:23:58 +0000 (23:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/window.cpp

index 4193250a77c3903d1a67f114fb1bc460e08845ac..2f317e1a91f785d7a68ff6399b1a337c083fad90 100644 (file)
@@ -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) )
                 {