Skip to content

Commit

Permalink
Gui: Remove Print from toolbar
Browse files Browse the repository at this point in the history
Inadvertently left by previous commit.
  • Loading branch information
chennes committed Oct 7, 2022
1 parent ccbc961 commit ea9a04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/Workbench.cpp
Expand Up @@ -763,7 +763,7 @@ ToolBarItem* StdWorkbench::setupToolBars() const
// File
auto file = new ToolBarItem( root );
file->setCommand("File");
*file << "Std_New" << "Std_Open" << "Std_Save" << "Std_Print" << "Separator"
*file << "Std_New" << "Std_Open" << "Std_Save" << "Separator"
<< "Std_Undo" << "Std_Redo" << "Separator"
<< "Std_Refresh" << "Separator" << "Std_WhatsThis";

Expand Down

0 comments on commit ea9a04e

Please sign in to comment.