Skip to content

Commit

Permalink
Merge branch 't4459' into next
Browse files Browse the repository at this point in the history
Incubates #4459.
  • Loading branch information
jcsteh committed Sep 15, 2014
2 parents c38fb87 + 84ca046 commit e7e24c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/gui/__init__.py
Expand Up @@ -460,6 +460,7 @@ def __init__(self, frame):
item = self.menu.Append(wx.ID_EXIT, _("E&xit"),_("Exit NVDA"))
self.Bind(wx.EVT_MENU, frame.onExitCommand, item)

self.Bind(wx.EVT_TASKBAR_LEFT_DOWN, self.onActivate)
self.Bind(wx.EVT_TASKBAR_RIGHT_DOWN, self.onActivate)

def Destroy(self):
Expand Down

0 comments on commit e7e24c8

Please sign in to comment.