Workbench: add tooltip

This commit is contained in:
DeepSOIC 2015-12-28 13:21:03 +03:00
parent d5e7d3544a
commit e8e34edb87

View File

@ -36,6 +36,8 @@ __Communication__ = 'vv.titov@gmail.com; DeepSOIC on FreeCAD forum'
class Lattice2Workbench (Workbench):
MenuText = 'Lattice2'
ToolTip = "Lattice2 workbench"
def __init__(self):
# Hack: obtain path to Lattice by loading a dummy Py module
import os