Commit 0aea38ae136fc9109f934110510beaecd972ec69
1 parent
4cfaba19
Exists in
master
and in
61 other branches
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,7 +526,7 @@ class MenuBar(wx.MenuBar): | ||
| 526 | #file_menu.AppendSeparator() | 526 | #file_menu.AppendSeparator() |
| 527 | #app(1, "C:\InvData\sample.inv") | 527 | #app(1, "C:\InvData\sample.inv") |
| 528 | #file_menu.AppendSeparator() | 528 | #file_menu.AppendSeparator() |
| 529 | - app(const.ID_EXIT, _("Exit")) | 529 | + app(const.ID_EXIT, _("Exit\tCtrl+Q")) |
| 530 | 530 | ||
| 531 | 531 | ||
| 532 | ############################### EDIT############################### | 532 | ############################### EDIT############################### |