Skip to content

Commit

Permalink
Copy/Paste error referencing Image WB
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan authored and yorikvanhavre committed Feb 7, 2017
1 parent 79a5a6a commit 0a05394
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/Mod/Measure/Init.py
@@ -1,8 +1,7 @@
# FreeCAD init script of the Image module
# (c) 2001 Juergen Riegel

#***************************************************************************
#* (c) Juergen Riegel (juergen.riegel@web.de) 2002 *
#* (c) Juergen Riegel (juergen.riegel@web.de) 2002 *
#* *
#* This file is part of the FreeCAD CAx development system. *
#* *
Expand All @@ -27,13 +26,3 @@



# Get the Parameter Group of this module
ParGrp = App.ParamGet("System parameter:Modules").GetGroup("Image")

# Set the needed information
ParGrp.SetString("HelpIndex", "Image/Help/index.html")
ParGrp.SetString("WorkBenchName", "Image")
ParGrp.SetString("WorkBenchModule", "ImageWorkbench.py")



0 comments on commit 0a05394

Please sign in to comment.