Skip to content

Commit b858dda

Browse files
author
stephanie
committed
update form text #290
1 parent 69b74c0 commit b858dda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

odmtools/view/clsGapFill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self, parent):
2525
bsForm = wx.BoxSizer(wx.VERTICAL)
2626

2727
self.lblInstructions = wx.StaticText(self, wx.ID_ANY,
28-
u"This function fills any gaps less than the gap duration with a no-data value at the fill frequency",
28+
u"This function fills any gaps greater than the gap duration with a no-data value at the fill frequency.",
2929
wx.DefaultPosition, wx.DefaultSize, 0)
3030
self.lblInstructions.Wrap(300)
3131
bsForm.Add(self.lblInstructions, 0, wx.ALL, 5)

odmtools/view/clsSeriesSelector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def _init_ctrls(self):
155155

156156
self.cbVariables = wx.ComboBox(choices=[], id=wxID_PNLSERIESSELECTORCBVARIABLES, name=u'cbVariables',
157157
parent=self.pnlVar, pos=wx.Point(100, 0), size=wx.Size(700, 25), style=wx.CB_READONLY,
158-
value='comboBox4')
158+
value='')
159159
self.cbVariables.SetLabel(u'')
160160
self.cbVariables.Enable(False)
161161

0 commit comments

Comments
 (0)