Skip to content

Commit

Permalink
FEM: Rename Fem_ConstraintPressure icon to fem-constraint-pressure
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 1d766e9 commit dc35235
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/Command.cpp
Expand Up @@ -333,7 +333,7 @@ CmdFemConstraintPressure::CmdFemConstraintPressure()
sToolTipText = QT_TR_NOOP("Create FEM constraint for a pressure acting on a face");
sWhatsThis = "Fem_ConstraintPressure";
sStatusTip = sToolTipText;
sPixmap = "Fem_ConstraintPressure";
sPixmap = "fem-constraint-pressure";
}

void CmdFemConstraintPressure::activated(int iMsg)
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/Resources/Fem.qrc
Expand Up @@ -5,7 +5,7 @@
<file>icons/fem-analysis.svg</file>
<file>icons/fem-constraint-force.svg</file>
<file>icons/fem-constraint-fixed.svg</file>
<file>icons/Fem_ConstraintPressure.svg</file>
<file>icons/fem-constraint-pressure.svg</file>
<file>icons/fem-constraint-bearing.svg</file>
<file>icons/fem-constraint-gear.svg</file>
<file>icons/Fem_ConstraintPulley.svg</file>
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/ViewProviderFemConstraintPressure.cpp
Expand Up @@ -45,7 +45,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemConstraintPressure, FemGui::ViewProviderF

ViewProviderFemConstraintPressure::ViewProviderFemConstraintPressure()
{
sPixmap = "Fem_ConstraintPressure";
sPixmap = "fem-constraint-pressure";
ADD_PROPERTY(FaceColor,(0.0f,0.2f,0.8f));
}

Expand Down

0 comments on commit dc35235

Please sign in to comment.