Skip to content

Commit

Permalink
FEM: Rename Fem_ConstraintBearing icon to fem-constraint-bearing
Browse files Browse the repository at this point in the history
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and yorikvanhavre committed Jul 29, 2015
1 parent 7a71e14 commit 505b4ba
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/Command.cpp
Expand Up @@ -218,7 +218,7 @@ CmdFemConstraintBearing::CmdFemConstraintBearing()
sToolTipText = QT_TR_NOOP("Create FEM constraint for a bearing");
sWhatsThis = "Fem_ConstraintBearing";
sStatusTip = sToolTipText;
sPixmap = "Fem_ConstraintBearing";
sPixmap = "fem-constraint-bearing";
}

void CmdFemConstraintBearing::activated(int iMsg)
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/Resources/Fem.qrc
Expand Up @@ -6,7 +6,7 @@
<file>icons/Fem_ConstraintForce.svg</file>
<file>icons/Fem_ConstraintFixed.svg</file>
<file>icons/Fem_ConstraintPressure.svg</file>
<file>icons/Fem_ConstraintBearing.svg</file>
<file>icons/fem-constraint-bearing.svg</file>
<file>icons/Fem_ConstraintGear.svg</file>
<file>icons/Fem_ConstraintPulley.svg</file>
<file>icons/fem-add-fem-mesh.svg</file>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/TaskFemConstraintBearing.h
Expand Up @@ -49,7 +49,7 @@ class TaskFemConstraintBearing : public TaskFemConstraint

public:
TaskFemConstraintBearing(ViewProviderFemConstraint *ConstraintView, QWidget *parent = 0,
const char* pixmapname = "Fem_ConstraintBearing");
const char* pixmapname = "fem-constraint-bearing");
virtual ~TaskFemConstraintBearing();

double getDistance(void) const;
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/ViewProviderFemConstraintBearing.cpp
Expand Up @@ -47,7 +47,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemConstraintBearing, FemGui::ViewProviderFe

ViewProviderFemConstraintBearing::ViewProviderFemConstraintBearing()
{
sPixmap = "Fem_ConstraintBearing";
sPixmap = "fem-constraint-bearing";
wizardWidget = NULL;
}

Expand Down

0 comments on commit 505b4ba

Please sign in to comment.