From 4258ded68b7ee4196023a6a0fa38a76a21d2465f Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Fri, 20 Mar 2020 11:32:24 -0300 Subject: [PATCH] Added (MRI T1) to brain segmentation menu --- 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 2af15e0..337abfb 100644 --- a/invesalius/gui/frame.py +++ b/invesalius/gui/frame.py @@ -946,7 +946,7 @@ class MenuBar(wx.MenuBar): self.ffill_segmentation = segmentation_menu.Append(const.ID_FLOODFILL_SEGMENTATION, _(u"Region growing\tCtrl+Shift+G")) self.ffill_segmentation.Enable(False) segmentation_menu.AppendSeparator() - segmentation_menu.Append(const.ID_SEGMENTATION_BRAIN, _("Brain segmentation")) + segmentation_menu.Append(const.ID_SEGMENTATION_BRAIN, _("Brain segmentation (MRI T1)")) # Surface Menu surface_menu = wx.Menu() -- libgit2 0.21.2