X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=vitemspicker.py;fp=vitemspicker.py;h=962fe57eca82fbaffde2b1184a0ad025e504f20d;hp=df0cb2b1b1d3d08a5b9ebfeabcf40f81d5aafc4f;hb=2560c66bef5e023dbce18c556363ec956bd15e47;hpb=b5b6e5be8d826543e3f3063ab5acb84108396451 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)