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