FEM: mesh region, add icon

This commit is contained in:
Bernd Hahnebach
2016-12-20 18:11:34 +01:00
committed by Yorik van Havre
parent 6304258975
commit 2dd3f6620f
4 changed files with 320 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ class _CommandMeshRegion(FemCommands):
"The Fem_MeshRegion command definition"
def __init__(self):
super(_CommandMeshRegion, self).__init__()
self.resources = {'Pixmap': 'fem-femmesh-from-shape',
self.resources = {'Pixmap': 'fem-femmesh-region',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_MeshRegion", "FEM mesh region"),
'Accel': "M, R",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_MeshRegion", "Creates a FEM mesh region")}