/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/controls.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/controls.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/thuban/Thuban/UI/controls.py revision 2700 by dpinte, Mon Sep 18 14:27:02 2006 UTC branches/WIP-pyshapelib-bramz/Thuban/UI/controls.py revision 2734 by bramz, Thu Mar 1 12:42:59 2007 UTC
# Line 51  class RecordListCtrl(wx.ListCtrl): Line 51  class RecordListCtrl(wx.ListCtrl):
51                  name = names[i]                  name = names[i]
52                  value = record[name]                  value = record[name]
53                  self.InsertStringItem(i, name)                  self.InsertStringItem(i, name)
54                  self.SetStringItem(i, 1, str(value))                  self.SetStringItem(i, 1, str(value).decode('iso-8859-1'))
55                  values[i] = value                  values[i] = value
56    
57          self.values = values          self.values = values

Legend:
Removed from v.2700  
changed lines
  Added in v.2734

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26