Gui: expose link command to global toolbar

This commit is contained in:
Zheng, Lei
2019-08-21 14:43:01 +08:00
committed by wmayer
parent 71530bb1a6
commit d270d60950

View File

@@ -666,7 +666,7 @@ ToolBarItem* StdWorkbench::setupToolBars() const
// Structure
ToolBarItem* structure = new ToolBarItem( root );
structure->setCommand("Structure");
*structure << "Std_Part" << "Std_Group";
*structure << "Std_Part" << "Std_Group" << "Std_LinkMake" << "Std_LinkMakeRelative";
return root;
}