FEM: icons, rename sphere icon

This commit is contained in:
Bernd Hahnebach
2018-08-07 08:08:35 +02:00
committed by wmayer
parent 978327e38a
commit 5e707d5aa2
4 changed files with 3 additions and 3 deletions

View File

@@ -1449,7 +1449,7 @@ Gui::Action * CmdFemPostFunctions::createAction(void)
cmd0->setIcon(Gui::BitmapFactory().pixmap("fem-post-geo-plane"));
QAction* cmd1 = pcAction->addAction(QString());
cmd1->setIcon(Gui::BitmapFactory().pixmap("fem-sphere"));
cmd1->setIcon(Gui::BitmapFactory().pixmap("fem-post-geo-sphere"));
_pcAction = pcAction;
languageChange();