diff -r f88e0ebd8fe4 -r 42150e041dbe DataTypeEditor.py --- a/DataTypeEditor.py Tue Feb 22 17:05:07 2011 +0100 +++ b/DataTypeEditor.py Wed Mar 30 15:49:09 2011 +0200 @@ -479,7 +479,7 @@ pos=wx.Point(0, 0), size=wx.DefaultSize, style=0) self.ArrayBaseType = wx.ComboBox(id=ID_DATATYPEEDITORARRAYBASETYPE, - name='SubrangeBaseType', parent=self.ArrayPanel, pos=wx.Point(0, 0), + name='ArrayBaseType', parent=self.ArrayPanel, pos=wx.Point(0, 0), size=wx.Size(0, 28), style=wx.CB_READONLY) self.Bind(wx.EVT_COMBOBOX, self.OnInfosChanged, id=ID_DATATYPEEDITORARRAYBASETYPE)