FEM: icons, rename warp filter icon

This commit is contained in:
Bernd Hahnebach
2018-08-07 08:28:39 +02:00
committed by wmayer
parent a799e00606
commit dab1ed770c
5 changed files with 4 additions and 4 deletions

View File

@@ -1007,7 +1007,7 @@ void TaskPostScalarClip::on_InsideOut_toggled(bool val) {
//############################################################################################
// warp filter
TaskPostWarpVector::TaskPostWarpVector(ViewProviderDocumentObject* view, QWidget* parent) :
TaskPostBox(view, Gui::BitmapFactory().pixmap("fem-warp"), tr("Warp options"), parent) {
TaskPostBox(view, Gui::BitmapFactory().pixmap("fem-post-filter-warp"), tr("Warp options"), parent) {
assert(view->isDerivedFrom(ViewProviderFemPostWarpVector::getClassTypeId()));