From f1f2323231da8f928a866a11510c58035e08124d Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Thu, 28 May 2015 08:10:28 -0300 Subject: [PATCH] Added a title to the watershed config dialog --- invesalius/gui/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/dialogs.py b/invesalius/gui/dialogs.py index 91e833a..14977e4 100644 --- a/invesalius/gui/dialogs.py +++ b/invesalius/gui/dialogs.py @@ -1449,7 +1449,7 @@ class WatershedOptionsPanel(wx.Panel): class WatershedOptionsDialog(wx.Dialog): def __init__(self, config): pre = wx.PreDialog() - pre.Create(wx.GetApp().GetTopWindow(), -1, style=wx.DEFAULT_DIALOG_STYLE|wx.FRAME_FLOAT_ON_PARENT) + pre.Create(wx.GetApp().GetTopWindow(), -1, _(u'Watershed'), style=wx.DEFAULT_DIALOG_STYLE|wx.FRAME_FLOAT_ON_PARENT) self.PostCreate(pre) self.config = config -- libgit2 0.21.2