Commit e7aa626f0671a3c3b0c76e91fde306e53d0b7b92
1 parent
28bc199d
Exists in
master
and in
67 other branches
ENH: Hidden edit menu
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/frame.py
@@ -565,7 +565,7 @@ class MenuBar(wx.MenuBar): | @@ -565,7 +565,7 @@ class MenuBar(wx.MenuBar): | ||
565 | 565 | ||
566 | # Add all menus to menubar | 566 | # Add all menus to menubar |
567 | self.Append(file_menu, _("File")) | 567 | self.Append(file_menu, _("File")) |
568 | - self.Append(file_edit, _("Edit")) | 568 | + #self.Append(file_edit, _("Edit")) |
569 | #self.Append(view_menu, "View") | 569 | #self.Append(view_menu, "View") |
570 | #self.Append(tools_menu, "Tools") | 570 | #self.Append(tools_menu, "Tools") |
571 | self.Append(options_menu, _("Options")) | 571 | self.Append(options_menu, _("Options")) |