X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=vitemspicker.py;h=962fe57eca82fbaffde2b1184a0ad025e504f20d;hp=df0cb2b1b1d3d08a5b9ebfeabcf40f81d5aafc4f;hb=688031055e45586fe256b18c4e9ea3c13331499a;hpb=a0535abfee0078cf316bdd7cafcaa04805c086e9 diff --git a/vitemspicker.py b/vitemspicker.py index df0cb2b..962fe57 100644 --- a/vitemspicker.py +++ b/vitemspicker.py @@ -199,7 +199,7 @@ The items are displayed in the selection part of the widget''' sizer.Add(wx.StaticText(self, label = label), 0, wx.ALIGN_LEFT|wx.ALL, 5) #self._source = wx.VListBox(self, -1, style = style) - self._source = ListForSpec(self, self.parent, dlist = items, first = ['eff'], menu = True) + self._source = ListForSpec(self, self.parent, dlist = items, first = ['eff', _(u"POS").decode('utf8')], menu = True) self._source.Bind(wx.EVT_LIST_ITEM_ACTIVATED, self._OnDClick) #self._source.Bind(wx.EVT_LISTBOX_DCLICK, self._OnDClick) #self._source.SetItems(items)