# Copyright 2004-2008 Nanorex, Inc. See LICENSE file for details. """ $Id$ """ from commands.BuildCrystal.Ui_CookiePropertyManager import Ui_CookiePropertyManager class CookiePropertyManager(Ui_CookiePropertyManager): def __init__(self, command): Ui_CookiePropertyManager.__init__(self, command) self.updateMessage() def updateMessage(self): """ """ msg = "Draw the Crystal geometry selecting the desired shape from the \ flyout toolbar at the top." self.MessageGroupBox.insertHtmlMessage(msg)