00001 {
00002 'draw' : MetaIcon(img = 'show',
00003 label = _('Draw/re-draw plot')),
00004 'transect' : MetaIcon(img = 'layer-raster-profile',
00005 label = _('Draw transect in map display window to profile')),
00006 'options' : MetaIcon(img = 'settings',
00007 label = _('Plot options')),
00008 'statistics' : MetaIcon(img = 'check',
00009 label = _('Plot statistics')),
00010 'save' : MetaIcon(img = 'save',
00011 label = _('Save profile data to CSV file')),
00012 'quit' : BaseIcons['quit'].SetLabel(_('Quit plot tool')),
00013 }