FEM: rename icon, mesh creat node set

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:40:10 +01:00
parent 22b58e4014
commit b3a2583e5e
7 changed files with 7 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ using namespace Gui;
TaskCreateNodeSet::TaskCreateNodeSet(Fem::FemSetNodesObject *pcObject,QWidget *parent)
: TaskBox(Gui::BitmapFactory().pixmap("fem-femmesh-create-node-by-poly"),
: TaskBox(Gui::BitmapFactory().pixmap("FEM_CreateNodesSet"),
tr("Nodes set"),
true,
parent),