[TD]sync icon names and menu entries

- contributed by @uwe
This commit is contained in:
WandererFan
2020-02-02 18:05:50 -05:00
committed by WandererFan
parent fe2c802ed4
commit a92e157a9d
14 changed files with 55 additions and 55 deletions

View File

@@ -345,7 +345,7 @@ TaskDlgCosVertex::TaskDlgCosVertex(TechDraw::DrawViewPart* baseFeat,
: TaskDialog()
{
widget = new TaskCosVertex(baseFeat,page);
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-mline"),
taskbox = new Gui::TaskView::TaskBox(Gui::BitmapFactory().pixmap("actions/techdraw-LeaderLine"),
widget->windowTitle(), true, 0);
taskbox->groupLayout()->addWidget(widget);
Content.push_back(taskbox);