Skip to content
Snippets Groups Projects
Commit b9dbd01c authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Rename doc of example plugin.

parent c431159d
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class _NodeCreator (QtGui.QWidget):
self.client.gui.addToGroup(str(self.nodeName.text), str(self.groupNodes.currentText))
class Plugin(QtGui.QDockWidget):
"""" Extra functionalities of the Gepetto Viewer GUI """
""" Example of plugin of the Gepetto Viewer GUI """
def __init__ (self, mainWindow, flags = None):
if flags is None:
super(Plugin, self).__init__ ("Gepetto Viewer plugin", mainWindow)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment