Skip to content

Commit

Permalink
FEM: rename icon, Constraint Transform
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Mar 6, 2020
1 parent 4446c2a commit 4d6e21e
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 @@ -860,7 +860,7 @@ CmdFemConstraintTransform::CmdFemConstraintTransform()
sToolTipText = QT_TR_NOOP("Create FEM constraint for transforming a face");
sWhatsThis = "FEM_ConstraintTransform";
sStatusTip = sToolTipText;
sPixmap = "fem-constraint-transform";
sPixmap = "FEM_ConstraintTransform";
}

void CmdFemConstraintTransform::activated(int)
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/Resources/Fem.qrc
Expand Up @@ -26,7 +26,7 @@
<file>icons/FEM_ConstraintSelfWeight.svg</file>
<file>icons/FEM_ConstraintTemperature.svg</file>
<file>icons/fem-constraint-tie.svg</file>
<file>icons/fem-constraint-transform.svg</file>
<file>icons/FEM_ConstraintTransform.svg</file>
<file>icons/fem-element-fluid-1d.svg</file>
<file>icons/fem-element-geometry-1d.svg</file>
<file>icons/fem-element-geometry-2d.svg</file>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/TaskFemConstraintTransform.cpp
Expand Up @@ -66,7 +66,7 @@ using namespace Gui;
/* TRANSLATOR FemGui::TaskFemConstraintTransform */

TaskFemConstraintTransform::TaskFemConstraintTransform(ViewProviderFemConstraintTransform *ConstraintView,QWidget *parent)
: TaskFemConstraint(ConstraintView, parent, "fem-constraint-transform")
: TaskFemConstraint(ConstraintView, parent, "FEM_ConstraintTransform")
{
proxy = new QWidget(this);
ui = new Ui_TaskFemConstraintTransform();
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/ViewProviderFemConstraintTransform.cpp
Expand Up @@ -64,7 +64,7 @@ PROPERTY_SOURCE(FemGui::ViewProviderFemConstraintTransform, FemGui::ViewProvider

ViewProviderFemConstraintTransform::ViewProviderFemConstraintTransform()
{
sPixmap = "fem-constraint-transform";
sPixmap = "FEM_ConstraintTransform";
//
//ADD_PROPERTY(FaceColor,(0.0f,0.2f,0.8f));
}
Expand Down

0 comments on commit 4d6e21e

Please sign in to comment.