|
@@ -346,9 +346,9 @@ Icons = {
|
|
|
'zoomOut': MetaIcon(img = iconSet.get('zoom-out', wx.ART_ERROR),
|
|
|
label = _('Zoom out'),
|
|
|
desc = _('Click mouse to unzoom')),
|
|
|
- 'nviz_cmd': MetaIcon(img = iconSet.get('script-save', wx.ART_ERROR),
|
|
|
- label = _('Generate command for nviz_cmd'),
|
|
|
- desc = _('Generate command for nviz_cmd based on current state')),
|
|
|
+ 'nvizCmd': MetaIcon(img = iconSet.get('script-save', wx.ART_ERROR),
|
|
|
+ label = _('Generate command for m.nviz.image'),
|
|
|
+ desc = _('Generate command for m.nviz.image based on current state')),
|
|
|
'settings': MetaIcon(img = iconSet.get('3d-settings', wx.ART_ERROR),
|
|
|
label = _('3D view mode settings'),
|
|
|
desc = _('Show 3D view mode settings dialog')),
|