FEM: rename icon, Equation Flow
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<file>icons/FEM_ElementRotation1D.svg</file>
|
||||
<file>icons/FEM_EquationElasticity.svg</file>
|
||||
<file>icons/FEM_EquationElectrostatic.svg</file>
|
||||
<file>icons/fem-equation-flow.svg</file>
|
||||
<file>icons/FEM_EquationFlow.svg</file>
|
||||
<file>icons/fem-equation-fluxsolver.svg</file>
|
||||
<file>icons/fem-equation-heat.svg</file>
|
||||
<file>icons/fem-femmesh-boundary-layer.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
@@ -402,7 +402,7 @@ class _EquationFlow(CommandManager):
|
||||
def __init__(self):
|
||||
super(_EquationFlow, self).__init__()
|
||||
self.resources = {
|
||||
"Pixmap": "fem-equation-flow",
|
||||
"Pixmap": "FEM_EquationFlow",
|
||||
"MenuText": QtCore.QT_TRANSLATE_NOOP(
|
||||
"FEM_EquationFlow",
|
||||
"Flow equation"
|
||||
|
||||
@@ -116,6 +116,6 @@ class FlowProxy(BaseProxy):
|
||||
class FlowViewProxy(BaseViewProxy):
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/fem-equation-flow.svg"
|
||||
return ":/icons/FEM_EquationFlow.svg"
|
||||
|
||||
## @}
|
||||
|
||||
Reference in New Issue
Block a user