From d20d7b6a605d3c2c7c31c0d22fd61416ace478e4 Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Sun, 12 Oct 2014 17:52:14 -0400 Subject: [PATCH] Update --- gooey/gui/ChooserRunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gooey/gui/ChooserRunner.py b/gooey/gui/ChooserRunner.py index 7637e4c..9f27e3d 100644 --- a/gooey/gui/ChooserRunner.py +++ b/gooey/gui/ChooserRunner.py @@ -11,7 +11,7 @@ class MyFrame(wx.Frame): self.SetBackgroundColour('#ffffff') sizer = wx.BoxSizer(wx.VERTICAL) - f = CalendarChooser({'title':'cool title', 'help_msg':'cool help msg that is super long and intense and has lots of words!', 'nargs': '+'}) + f = CalendarChooser({'title':'cool title', 'help_msg':'cool help msg that is super long and intense andd has lots of words!', 'nargs': '+'}) sizer.Add(f.build(self), 0, wx.EXPAND) self.SetSizer(sizer)