Commit e23e30fe658822ce9018158c1ed467928a486992
1 parent
97405b08
Exists in
beta4
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
@@ -505,7 +505,7 @@ class MenuBar(wx.MenuBar): | @@ -505,7 +505,7 @@ class MenuBar(wx.MenuBar): | ||
505 | #file_menu.AppendSeparator() | 505 | #file_menu.AppendSeparator() |
506 | #app(1, "C:\InvData\sample.inv") | 506 | #app(1, "C:\InvData\sample.inv") |
507 | #file_menu.AppendSeparator() | 507 | #file_menu.AppendSeparator() |
508 | - app(const.ID_EXIT, _("Exit")) | 508 | + app(const.ID_EXIT, _("Exit\tCtrl+Q")) |
509 | 509 | ||
510 | 510 | ||
511 | ############################### EDIT############################### | 511 | ############################### EDIT############################### |