diff --git a/src/Mod/Part/Gui/Workbench.cpp b/src/Mod/Part/Gui/Workbench.cpp index 7a314f44e4..ee7d9e8790 100644 --- a/src/Mod/Part/Gui/Workbench.cpp +++ b/src/Mod/Part/Gui/Workbench.cpp @@ -122,9 +122,9 @@ Gui::MenuItem* Workbench::setupMenuBar() const << bop << join << split << compound << "Separator" << "Part_Extrude" - << "Part_Scale" << "Part_Revolve" << "Part_Mirror" + << "Part_Scale" << "Part_Fillet" << "Part_Chamfer" << "Part_MakeFace" @@ -182,9 +182,9 @@ Gui::ToolBarItem* Workbench::setupToolBars() const Gui::ToolBarItem* tool = new Gui::ToolBarItem(root); tool->setCommand("Part tools"); *tool << "Part_Extrude" - << "Part_Scale" << "Part_Revolve" << "Part_Mirror" + << "Part_Scale" << "Part_Fillet" << "Part_Chamfer" << "Part_MakeFace"