diff --git a/src/Mod/Sketcher/Gui/Workbench.cpp b/src/Mod/Sketcher/Gui/Workbench.cpp index 44cc97b93b..62def0edb6 100644 --- a/src/Mod/Sketcher/Gui/Workbench.cpp +++ b/src/Mod/Sketcher/Gui/Workbench.cpp @@ -265,7 +265,7 @@ inline void SketcherAddWorkbenchTools(T& consaccel); template <> inline void SketcherAddWorkbenchTools(Gui::MenuItem& consaccel){ - consaccel << "Sketcher_SelectFullyConstraintElements" + consaccel << "Sketcher_SelectElementsWithDoFs" << "Sketcher_CloseShape" << "Sketcher_ConnectLines" << "Sketcher_SelectConstraints" @@ -284,8 +284,7 @@ inline void SketcherAddWorkbenchTools(Gui::MenuItem& consaccel){ } template <> inline void SketcherAddWorkbenchTools(Gui::ToolBarItem& consaccel){ - consaccel << "Sketcher_SelectFullyConstraintElements" - << "Sketcher_CloseShape" + consaccel << "Sketcher_CloseShape" << "Sketcher_ConnectLines" << "Sketcher_SelectConstraints" << "Sketcher_SelectElementsAssociatedWithConstraints"