FEM: Rename Fem_Result icon to fem-result
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
parent
35f506d369
commit
b5c08388b8
|
@ -17,7 +17,7 @@
|
|||
<file>icons/fem-new-analysis.svg</file>
|
||||
<file>icons/fem-purge-results.svg</file>
|
||||
<file>icons/Fem_Quick_Analysis.svg</file>
|
||||
<file>icons/Fem_Result.svg</file>
|
||||
<file>icons/fem-result.svg</file>
|
||||
<file>icons/preferences-fem.svg</file>
|
||||
<file>translations/Fem_af.qm</file>
|
||||
<file>translations/Fem_de.qm</file>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
id="svg2860"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="Fem_Result.svg"
|
||||
sodipodi:docname="fem-result.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||
version="1.1">
|
||||
<defs
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
@ -50,7 +50,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderResult, Gui::ViewProviderDocumentObject)
|
|||
|
||||
ViewProviderResult::ViewProviderResult()
|
||||
{
|
||||
sPixmap = "Fem_Result";
|
||||
sPixmap = "fem-result";
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@ class _CommandQuickAnalysis:
|
|||
class _CommandMechanicalShowResult:
|
||||
"the Fem JobControl command definition"
|
||||
def GetResources(self):
|
||||
return {'Pixmap': 'Fem_Result',
|
||||
return {'Pixmap': 'fem-result',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_Result", "Show result"),
|
||||
'Accel': "S, R",
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_Result", "Show result information of an analysis")}
|
||||
|
|
Loading…
Reference in New Issue
Block a user