dialogs/ArrayTypeDialog.py
changeset 1736 7e61baa047f0
parent 1734 750eeb7230a1
child 1739 ec153828ded2
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    35 DIMENSION_MODEL = re.compile("([0-9]+)\.\.([0-9]+)$")
    35 DIMENSION_MODEL = re.compile("([0-9]+)\.\.([0-9]+)$")
    36 
    36 
    37 #-------------------------------------------------------------------------------
    37 #-------------------------------------------------------------------------------
    38 #                             Array Type Dialog
    38 #                             Array Type Dialog
    39 #-------------------------------------------------------------------------------
    39 #-------------------------------------------------------------------------------
       
    40 
    40 
    41 
    41 class ArrayTypeDialog(wx.Dialog):
    42 class ArrayTypeDialog(wx.Dialog):
    42 
    43 
    43     def __init__(self, parent, datatypes, infos):
    44     def __init__(self, parent, datatypes, infos):
    44         wx.Dialog.__init__(self, parent, title=_('Edit array type properties'))
    45         wx.Dialog.__init__(self, parent, title=_('Edit array type properties'))