Gui: Remove Print from toolbar

Inadvertently left by previous commit.
This commit is contained in:
Chris Hennes
2022-10-07 14:20:40 -05:00
committed by GitHub
parent 81b67e0b67
commit 0b294a955c

View File

@@ -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";