From e23e30fe658822ce9018158c1ed467928a486992 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 6363156..06ce109 100644 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -505,7 +505,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