FEM: Rename Fem_FemMesh icon to fem-fem-mesh-from-shape

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-07-28 22:33:03 +01:00
committed by Yorik van Havre
parent e899416b8b
commit 3cd439f208
4 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<RCC>
<qresource>
<file>icons/Fem_FemMesh.svg</file>
<file>icons/fem-fem-mesh-from-shape.svg</file>
<file>icons/Fem_FemMesh_createnodebypoly.svg</file>
<file>icons/fem-analysis.svg</file>
<file>icons/fem-constraint-force.svg</file>

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -165,7 +165,7 @@ App::PropertyFloatConstraint::Constraints ViewProviderFemMesh::floatRange = {1.0
ViewProviderFemMesh::ViewProviderFemMesh()
{
sPixmap = "Fem_FemMesh";
sPixmap = "fem-fem-mesh-from-shape";
ADD_PROPERTY(PointColor,(App::Color(0.7f,0.7f,0.7f)));
ADD_PROPERTY(PointSize,(5.0f));

View File

@@ -84,7 +84,7 @@ class _CommandNewMechanicalAnalysis:
class _CommandFemFromShape:
def GetResources(self):
return {'Pixmap': 'Fem_FemMesh',
return {'Pixmap': 'fem-fem-mesh-from-shape',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_CreateFromShape", "Create FEM mesh"),
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_CreateFromShape", "Create FEM mesh from shape")}