PartDesign UI: Update Task panels titles and icons

update Workbench.cpp, TaskFeaturePick.cpp
This commit is contained in:
marcuspollio
2024-05-11 12:08:17 +12:00
parent 3acbc561f2
commit 17d0ee3aca
2 changed files with 25 additions and 25 deletions

View File

@@ -76,8 +76,8 @@ TaskFeaturePick::TaskFeaturePick(std::vector<App::DocumentObject*>& objects,
const std::vector<featureStatus>& status,
bool singleFeatureSelect,
QWidget* parent)
: TaskBox(Gui::BitmapFactory().pixmap("edit-select-box"),
tr("Select feature"), true, parent)
: TaskBox(Gui::BitmapFactory().pixmap("edit-select-all"),
tr("Select attachment"), true, parent)
, ui(new Ui_TaskFeaturePick)
, doSelection(false)
{