FreeCAD/src/Mod/Draft/Init.py
2011-10-10 13:44:52 +00:00

9 lines
363 B
Python

# Get the Parameter Group of this module
ParGrp = App.ParamGet("System parameter:Modules").GetGroup("Mod/Draft")
# Set the needed information
ParGrp.SetString("HelpIndex", "http://apps.sourceforge.net/mediawiki/free-cad/index.php?title=Draft_Module")
ParGrp.SetString("WorkBenchName", "Draft")
ParGrp.SetString("WorkBenchModule", "Draft.py")