From: Youness Alaoui Date: Tue, 5 Jan 2016 15:28:35 +0000 (-0500) Subject: Remove 'this dialog is shown only once' from new version dialog X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6a626c6e0de0502f3f7339c412c87943d2750377;p=cura.git Remove 'this dialog is shown only once' from new version dialog Fixes T350 --- diff --git a/Cura/gui/newVersionDialog.py b/Cura/gui/newVersionDialog.py index 5819b382..58dd2a25 100644 --- a/Cura/gui/newVersionDialog.py +++ b/Cura/gui/newVersionDialog.py @@ -25,7 +25,6 @@ class newVersionDialog(wx.Dialog): title.SetMinSize(dc.GetTextExtent(title_text)) s.Add(title, flag=wx.ALIGN_CENTRE|wx.EXPAND|wx.BOTTOM, border=5) s.Add(wx.StaticText(p, -1, _('Welcome to the new release of Cura LulzBot Edition!'))) - s.Add(wx.StaticText(p, -1, _('(This dialog is only shown once)'))) s.Add(wx.StaticLine(p), flag=wx.EXPAND|wx.TOP|wx.BOTTOM, border=10) s.Add(wx.StaticText(p, -1, _('Want to know what is new and cool in this version?'))) s.Add(wx.StaticText(p, -1, _('Click here for a list of changes:')))