From e899416b8b2ae8428d86aa21dbecb09af3c9993e Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Tue, 28 Jul 2015 22:27:26 +0100 Subject: [PATCH] FEM: Rename Fem_ConstraintPulley icon to fem-constraint-pulley Signed-off-by: Przemo Firszt --- src/Mod/Fem/Gui/Command.cpp | 2 +- src/Mod/Fem/Gui/Resources/Fem.qrc | 2 +- .../{Fem_ConstraintPulley.svg => fem-constraint-pulley.svg} | 0 src/Mod/Fem/Gui/ViewProviderFemConstraintPulley.cpp | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename src/Mod/Fem/Gui/Resources/icons/{Fem_ConstraintPulley.svg => fem-constraint-pulley.svg} (100%) diff --git a/src/Mod/Fem/Gui/Command.cpp b/src/Mod/Fem/Gui/Command.cpp index 783dfd199c..85b37ffb9a 100755 --- a/src/Mod/Fem/Gui/Command.cpp +++ b/src/Mod/Fem/Gui/Command.cpp @@ -411,7 +411,7 @@ CmdFemConstraintPulley::CmdFemConstraintPulley() sToolTipText = QT_TR_NOOP("Create FEM constraint for a pulley"); sWhatsThis = "Fem_ConstraintPulley"; sStatusTip = sToolTipText; - sPixmap = "Fem_ConstraintPulley"; + sPixmap = "fem-constraint-pulley"; } void CmdFemConstraintPulley::activated(int iMsg) diff --git a/src/Mod/Fem/Gui/Resources/Fem.qrc b/src/Mod/Fem/Gui/Resources/Fem.qrc index 746cd7717c..67d0d433ff 100755 --- a/src/Mod/Fem/Gui/Resources/Fem.qrc +++ b/src/Mod/Fem/Gui/Resources/Fem.qrc @@ -8,7 +8,7 @@ icons/fem-constraint-pressure.svg icons/fem-constraint-bearing.svg icons/fem-constraint-gear.svg - icons/Fem_ConstraintPulley.svg + icons/fem-constraint-pulley.svg icons/fem-add-fem-mesh.svg icons/fem-add-material.svg icons/fem-add-part.svg diff --git a/src/Mod/Fem/Gui/Resources/icons/Fem_ConstraintPulley.svg b/src/Mod/Fem/Gui/Resources/icons/fem-constraint-pulley.svg similarity index 100% rename from src/Mod/Fem/Gui/Resources/icons/Fem_ConstraintPulley.svg rename to src/Mod/Fem/Gui/Resources/icons/fem-constraint-pulley.svg diff --git a/src/Mod/Fem/Gui/ViewProviderFemConstraintPulley.cpp b/src/Mod/Fem/Gui/ViewProviderFemConstraintPulley.cpp index 1324266c2f..ba4926b76e 100644 --- a/src/Mod/Fem/Gui/ViewProviderFemConstraintPulley.cpp +++ b/src/Mod/Fem/Gui/ViewProviderFemConstraintPulley.cpp @@ -46,7 +46,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemConstraintPulley, FemGui::ViewProviderFem ViewProviderFemConstraintPulley::ViewProviderFemConstraintPulley() { - sPixmap = "Fem_ConstraintPulley"; + sPixmap = "fem-constraint-pulley"; } ViewProviderFemConstraintPulley::~ViewProviderFemConstraintPulley()