From 0aea38ae136fc9109f934110510beaecd972ec69 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Tue, 19 Feb 2013 14:05:09 -0300 Subject: [PATCH] Making possible to use Ctrl+q to close InVesalius --- invesalius/gui/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index feb7985..f79eb8b 100644 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -526,7 +526,7 @@ class MenuBar(wx.MenuBar): #file_menu.AppendSeparator() #app(1, "C:\InvData\sample.inv") #file_menu.AppendSeparator() - app(const.ID_EXIT, _("Exit")) + app(const.ID_EXIT, _("Exit\tCtrl+Q")) ############################### EDIT############################### -- libgit2 0.21.2