|
@@ -372,6 +372,8 @@ Icons = {
|
|
|
label = _('Add data to model')),
|
|
|
'relation' : MetaIcon(img = iconSet.get('relation-create', wx.ART_ERROR),
|
|
|
label = _('Manually define relation between data and commands')),
|
|
|
+ 'loop' : MetaIcon(img = iconSet.get('loop-add', wx.ART_ERROR),
|
|
|
+ label = _('Add loop/series')),
|
|
|
'run' : MetaIcon(img = iconSet.get('execute', wx.ART_ERROR),
|
|
|
label = _('Run model')),
|
|
|
'validate' : MetaIcon(img = iconSet.get('check', wx.ART_ERROR),
|