]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/mdig.cpp
Translate '&Help' to '&' for italian Windows only
[wxWidgets.git] / src / generic / mdig.cpp
index 7e950d05425573cc02c7333b181b73624ee0ad62..b2ad4fd4e2468b82c00eed5341b79de7e5556243 100644 (file)
@@ -307,7 +307,7 @@ void wxGenericMDIParentFrame::AddWindowMenu(wxMenuBar *pMenuBar)
 {
     if (pMenuBar && m_pWindowMenu)
     {
-        int pos = pMenuBar->FindMenu(_("Help"));
+        int pos = pMenuBar->FindMenu(wxStripMenuCodes(wxString(_("&Help"))));
         if (pos == wxNOT_FOUND)
         {
             pMenuBar->Append(m_pWindowMenu, _("&Window"));