FEM: rename icon, mesh clear mesh

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:39:58 +01:00
parent 8185bd6244
commit d2f3e3c42c
3 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
<file>icons/FEM_EquationFluxsolver.svg</file>
<file>icons/FEM_EquationHeat.svg</file>
<file>icons/FEM_MeshBoundaryLayer.svg</file>
<file>icons/fem-femmesh-clear-mesh.svg</file>
<file>icons/FEM_MeshClear.svg</file>
<file>icons/fem-femmesh-create-node-by-poly.svg</file>
<file>icons/fem-femmesh-from-shape.svg</file>
<file>icons/fem-femmesh-gmsh-from-shape.svg</file>

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -699,7 +699,7 @@ class _MeshClear(CommandManager):
def __init__(self):
super(_MeshClear, self).__init__()
self.resources = {
"Pixmap": "fem-femmesh-clear-mesh",
"Pixmap": "FEM_MeshClear",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"FEM_MeshClear",
"Clear FEM mesh"