FEM: rename icon, mesh gmsh
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<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>
|
||||
<file>icons/FEM_MeshGmshFromShape.svg</file>
|
||||
<file>icons/fem-femmesh-netgen-from-shape.svg</file>
|
||||
<file>icons/fem-femmesh-print-info.svg</file>
|
||||
<file>icons/fem-femmesh-region.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@@ -761,7 +761,7 @@ class _MeshGmshFromShape(CommandManager):
|
||||
def __init__(self):
|
||||
super(_MeshGmshFromShape, self).__init__()
|
||||
self.resources = {
|
||||
"Pixmap": "fem-femmesh-gmsh-from-shape",
|
||||
"Pixmap": "FEM_MeshGmshFromShape",
|
||||
"MenuText": QtCore.QT_TRANSLATE_NOOP(
|
||||
"FEM_MeshGmshFromShape",
|
||||
"FEM mesh from shape by Gmsh"
|
||||
|
||||
@@ -51,7 +51,7 @@ class _ViewProviderFemMeshGmsh(ViewProviderFemConstraint.ViewProxy):
|
||||
"""
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/fem-femmesh-from-shape.svg"
|
||||
return ":/icons/FEM_MeshGmshFromShape.svg"
|
||||
|
||||
def setEdit(self, vobj, mode=0):
|
||||
ViewProviderFemConstraint.ViewProxy.setEdit(
|
||||
|
||||
Reference in New Issue
Block a user