Commit 0aea38ae136fc9109f934110510beaecd972ec69

Authored by Thiago Franco de Moraes
1 parent 4cfaba19

Making possible to use Ctrl+q to close InVesalius

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/frame.py
... ... @@ -526,7 +526,7 @@ class MenuBar(wx.MenuBar):
526 526 #file_menu.AppendSeparator()
527 527 #app(1, "C:\InvData\sample.inv")
528 528 #file_menu.AppendSeparator()
529   - app(const.ID_EXIT, _("Exit"))
  529 + app(const.ID_EXIT, _("Exit\tCtrl+Q"))
530 530  
531 531  
532 532 ############################### EDIT###############################
... ...