Skip to content

Commit

Permalink
FEM: Rename Fem_FemMesh_createnodebypoly icon to fem-fem-mesh-create-…
Browse files Browse the repository at this point in the history
…node-by-poly

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and yorikvanhavre committed Jul 29, 2015
1 parent bb1a41f commit 6ca8a12
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Fem/Gui/Command.cpp
Expand Up @@ -543,7 +543,7 @@ CmdFemDefineNodesSet::CmdFemDefineNodesSet()
sToolTipText = QT_TR_NOOP("Create node set by Poly");
sWhatsThis = "Create node set by Poly";
sStatusTip = QT_TR_NOOP("Create node set by Poly");
sPixmap = "Fem_FemMesh_createnodebypoly";
sPixmap = "fem-fem-mesh-create-node-by-poly";
}

void CmdFemDefineNodesSet::activated(int iMsg)
Expand Down Expand Up @@ -600,7 +600,7 @@ CmdFemCreateNodesSet::CmdFemCreateNodesSet()
sToolTipText = QT_TR_NOOP("Define/create a nodes set...");
sWhatsThis = "Fem_CreateNodesSet";
sStatusTip = sToolTipText;
sPixmap = "Fem_FemMesh_createnodebypoly";
sPixmap = "fem-fem-mesh-create-node-by-poly";
}

void CmdFemCreateNodesSet::activated(int iMsg)
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/Resources/Fem.qrc
@@ -1,7 +1,7 @@
<RCC>
<qresource>
<file>icons/fem-fem-mesh-from-shape.svg</file>
<file>icons/Fem_FemMesh_createnodebypoly.svg</file>
<file>icons/fem-fem-mesh-create-node-by-poly.svg</file>
<file>icons/fem-analysis.svg</file>
<file>icons/fem-constraint-force.svg</file>
<file>icons/fem-constraint-fixed.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/TaskAnalysisInfo.cpp
Expand Up @@ -41,7 +41,7 @@ using namespace Gui;


TaskAnalysisInfo::TaskAnalysisInfo(Fem::FemAnalysis *pcObject,QWidget *parent)
: TaskBox(Gui::BitmapFactory().pixmap("Fem_FemMesh_createnodebypoly"),
: TaskBox(Gui::BitmapFactory().pixmap("fem-fem-mesh-create-node-by-poly"),
tr("Nodes set"),
true,
parent),
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/TaskCreateNodeSet.cpp
Expand Up @@ -59,7 +59,7 @@ using namespace Gui;


TaskCreateNodeSet::TaskCreateNodeSet(Fem::FemSetNodesObject *pcObject,QWidget *parent)
: TaskBox(Gui::BitmapFactory().pixmap("Fem_FemMesh_createnodebypoly"),
: TaskBox(Gui::BitmapFactory().pixmap("fem-fem-mesh-create-node-by-poly"),
tr("Nodes set"),
true,
parent),
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/TaskDriver.cpp
Expand Up @@ -47,7 +47,7 @@ using namespace Gui;


TaskDriver::TaskDriver(Fem::FemAnalysis *pcObject,QWidget *parent)
: TaskBox(Gui::BitmapFactory().pixmap("Fem_FemMesh_createnodebypoly"),
: TaskBox(Gui::BitmapFactory().pixmap("fem-fem-mesh-create-node-by-poly"),
tr("Nodes set"),
true,
parent),
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/TaskObjectName.cpp
Expand Up @@ -44,7 +44,7 @@ using namespace FemGui;
using namespace Gui;

TaskObjectName::TaskObjectName(App::DocumentObject *pcObject,QWidget *parent)
: TaskBox(Gui::BitmapFactory().pixmap("Fem_FemMesh_createnodebypoly"),
: TaskBox(Gui::BitmapFactory().pixmap("fem-fem-mesh-create-node-by-poly"),
tr("TaskObjectName"),
true,
parent),
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/TaskTetParameter.cpp
Expand Up @@ -48,7 +48,7 @@ using namespace Gui;


TaskTetParameter::TaskTetParameter(Fem::FemMeshShapeNetgenObject *pcObject,QWidget *parent)
: TaskBox(Gui::BitmapFactory().pixmap("Fem_FemMesh_createnodebypoly"),
: TaskBox(Gui::BitmapFactory().pixmap("fem-fem-mesh-create-node-by-poly"),
tr("Tet Parameter"),
true,
parent),
Expand Down

0 comments on commit 6ca8a12

Please sign in to comment.