FEM: rename icon, Equation Heat
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<file>icons/FEM_EquationElectrostatic.svg</file>
|
||||
<file>icons/FEM_EquationFlow.svg</file>
|
||||
<file>icons/FEM_EquationFluxsolver.svg</file>
|
||||
<file>icons/fem-equation-heat.svg</file>
|
||||
<file>icons/FEM_EquationHeat.svg</file>
|
||||
<file>icons/fem-femmesh-boundary-layer.svg</file>
|
||||
<file>icons/fem-femmesh-clear-mesh.svg</file>
|
||||
<file>icons/fem-femmesh-create-node-by-poly.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
@@ -442,7 +442,7 @@ class _EquationHeat(CommandManager):
|
||||
def __init__(self):
|
||||
super(_EquationHeat, self).__init__()
|
||||
self.resources = {
|
||||
"Pixmap": "fem-equation-heat",
|
||||
"Pixmap": "FEM_EquationHeat",
|
||||
"MenuText": QtCore.QT_TRANSLATE_NOOP(
|
||||
"FEM_EquationHeat",
|
||||
"Fluxsolver heat"
|
||||
|
||||
@@ -76,7 +76,7 @@ class HeatProxy(BaseProxy):
|
||||
class HeatViewProxy(BaseViewProxy):
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/fem-equation-heat.svg"
|
||||
return ":/icons/FEM_EquationHeat.svg"
|
||||
|
||||
|
||||
class ElasticityProxy(BaseProxy):
|
||||
|
||||
Reference in New Issue
Block a user