FEM: rename icon, mesh clear mesh
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user