diff --git a/invesalius/gui/frame.py b/invesalius/gui/frame.py index cd109c0..96cc8de 100755 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -565,7 +565,7 @@ class MenuBar(wx.MenuBar): # Add all menus to menubar self.Append(file_menu, _("File")) - self.Append(file_edit, _("Edit")) + #self.Append(file_edit, _("Edit")) #self.Append(view_menu, "View") #self.Append(tools_menu, "Tools") self.Append(options_menu, _("Options")) -- libgit2 0.21.2