]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove duplicate code
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 19 Aug 2005 13:24:38 +0000 (13:24 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Fri, 19 Aug 2005 13:24:38 +0000 (13:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/menucmn.cpp

index e2b21ee6b6f10554003d0aaafe921f405324ee3a..07fee7e6616c6c35fd400c3151c720f1b1618e53 100644 (file)
@@ -219,8 +219,6 @@ wxAcceleratorEntry *wxGetAccelFromString(const wxString& label)
                         keyCode = WXK_SNAPSHOT;
                     else if ( current == wxT("HELP") )
                         keyCode = WXK_HELP;
-                    else if ( current == wxT("HELP") )
-                        keyCode = WXK_HELP;
                     else if ( current == wxT("ADD") )
                         keyCode = WXK_ADD;
                     else if ( current == wxT("SEPARATOR") )