From 6a626c6e0de0502f3f7339c412c87943d2750377 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Tue, 5 Jan 2016 10:28:35 -0500 Subject: [PATCH] Remove 'this dialog is shown only once' from new version dialog Fixes T350 --- Cura/gui/newVersionDialog.py | 1 - 1 file changed, 1 deletion(-) 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:'))) -- 2.30.2