FEM: rename icon, mesh display info

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:40:04 +01:00
parent 83ef436e14
commit 2667b3f072
3 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@
<file>icons/fem-femmesh-from-shape.svg</file>
<file>icons/FEM_MeshGmshFromShape.svg</file>
<file>icons/FEM_MeshNetgenFromShape.svg</file>
<file>icons/fem-femmesh-print-info.svg</file>
<file>icons/FEM_MeshDisplayInfo.svg</file>
<file>icons/fem-femmesh-region.svg</file>
<file>icons/fem-femmesh-result.svg</file>
<file>icons/fem-femmesh-to-mesh.svg</file>

View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -728,7 +728,7 @@ class _MeshDisplayInfo(CommandManager):
def __init__(self):
super(_MeshDisplayInfo, self).__init__()
self.resources = {
"Pixmap": "fem-femmesh-print-info",
"Pixmap": "FEM_MeshDisplayInfo",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"FEM_MeshDisplayInfo",
"Display FEM mesh info"