Commit 4258ded68b7ee4196023a6a0fa38a76a21d2465f
1 parent
b659fde7
Exists in
master
Added (MRI T1) to brain segmentation menu
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/gui/frame.py
... | ... | @@ -946,7 +946,7 @@ class MenuBar(wx.MenuBar): |
946 | 946 | self.ffill_segmentation = segmentation_menu.Append(const.ID_FLOODFILL_SEGMENTATION, _(u"Region growing\tCtrl+Shift+G")) |
947 | 947 | self.ffill_segmentation.Enable(False) |
948 | 948 | segmentation_menu.AppendSeparator() |
949 | - segmentation_menu.Append(const.ID_SEGMENTATION_BRAIN, _("Brain segmentation")) | |
949 | + segmentation_menu.Append(const.ID_SEGMENTATION_BRAIN, _("Brain segmentation (MRI T1)")) | |
950 | 950 | |
951 | 951 | # Surface Menu |
952 | 952 | surface_menu = wx.Menu() | ... | ... |