From b64f283ce8711cd5c1f9319e937f66d8f2fcf6fb Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Fri, 8 Aug 2014 11:21:37 -0300 Subject: [PATCH] Draft: Removed leftovers from the macros menu --- src/Mod/Draft/InitGui.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Mod/Draft/InitGui.py b/src/Mod/Draft/InitGui.py index d09bb65c2..ee54514d7 100644 --- a/src/Mod/Draft/InitGui.py +++ b/src/Mod/Draft/InitGui.py @@ -93,13 +93,12 @@ class DraftWorkbench (Workbench): if not depsOK: return - # import Draft tools, icons and macros menu + # import Draft tools, icons try: import os,Draft_rc,DraftTools, DraftGui from DraftTools import translate FreeCADGui.addLanguagePath(":/translations") FreeCADGui.addIconPath(":/icons") - self.appendMenu(["&Macro",translate("draft","Installed Macros")],macros.macrosList) except Exception as inst: print inst FreeCAD.Console.PrintError("Error: Initializing one or more of the Draft modules failed, Draft will not work as expected.\n")