OSDN Git Service

gui: Remove explicit access key for Check for update menu item, as it overrides the...
authorJames Teh <jamie@jantrid.net>
Tue, 27 Mar 2012 10:35:37 +0000 (20:35 +1000)
committerJames Teh <jamie@jantrid.net>
Tue, 27 Mar 2012 10:35:37 +0000 (20:35 +1000)
source/gui/__init__.py

index 18155ba..8a8d4d5 100644 (file)
@@ -309,7 +309,7 @@ class SysTrayIcon(wx.TaskBarIcon):
                self.Bind(wx.EVT_MENU, frame.onAboutCommand, item)\r
                if updateCheck and not globalVars.appArgs.secure:\r
                        # Translators: The label of a menu item to manually check for an updated version of NVDA.\r
-                       item = menu_help.Append(wx.ID_ANY, _("Check for &update..."))\r
+                       item = menu_help.Append(wx.ID_ANY, _("Check for update..."))\r
                        self.Bind(wx.EVT_MENU, frame.onCheckForUpdateCommand, item)\r
                self.menu.AppendMenu(wx.ID_ANY,_("&Help"),menu_help)\r
                self.menu.AppendSeparator()\r