DataTypeEditor.py
changeset 507 42150e041dbe
parent 494 c91644c2bfa7
child 556 69214983dd03
--- 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)