From e8e34edb8780f080787a3de1e062c8546017d44f Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Mon, 28 Dec 2015 13:21:03 +0300 Subject: [PATCH] Workbench: add tooltip --- InitGui.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InitGui.py b/InitGui.py index ee5d04f..0cdf655 100644 --- a/InitGui.py +++ b/InitGui.py @@ -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