Arch: Minor fixes

This commit is contained in:
Yorik van Havre
2012-07-18 15:04:56 -03:00
parent 401784d3d0
commit fe0ea018c6
4 changed files with 44 additions and 21 deletions

View File

@@ -225,7 +225,7 @@ class DraftWorkbench (Workbench):
self.appendContextMenu("",self.lineList)
else:
if (FreeCADGui.Selection.getSelection()):
self.appendContextMenu("Display options",self.treecmdList)
self.appendContextMenu("Draft context tools",self.treecmdList)
def GetClassName(self):
return "Gui::PythonWorkbench"