chiark / gitweb /
Remove 'this dialog is shown only once' from new version dialog
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Tue, 5 Jan 2016 15:28:35 +0000 (10:28 -0500)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Tue, 5 Jan 2016 15:29:25 +0000 (10:29 -0500)
Fixes T350

Cura/gui/newVersionDialog.py

index 5819b38268bd882fd7d0789763f97f2ffd720829..58dd2a25259d63a4508b363be90e44366ae21db9 100644 (file)
@@ -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:')))