diff --git a/src/Gui/Workbench.cpp b/src/Gui/Workbench.cpp index 67f8268c84..bb329219f5 100644 --- a/src/Gui/Workbench.cpp +++ b/src/Gui/Workbench.cpp @@ -763,8 +763,8 @@ ToolBarItem* StdWorkbench::setupToolBars() const // File auto file = new ToolBarItem( root ); file->setCommand("File"); - *file << "Std_New" << "Std_Open" << "Std_Save" << "Std_Print" << "Separator" << "Std_Cut" - << "Std_Copy" << "Std_Paste" << "Separator" << "Std_Undo" << "Std_Redo" << "Separator" + *file << "Std_New" << "Std_Open" << "Std_Save" << "Std_Print" << "Separator" + << "Std_Undo" << "Std_Redo" << "Separator" << "Std_Refresh" << "Separator" << "Std_WhatsThis"; // Workbench switcher