TabListEditor.st
changeset 1856 db8156ab00ae
parent 1855 b340a5b9ff78
child 1860 ec3a07f0b145
--- a/TabListEditor.st	Sat Jun 19 14:54:05 2004 +0200
+++ b/TabListEditor.st	Sat Jun 19 15:02:01 2004 +0200
@@ -1648,6 +1648,10 @@
     self addToHistory:(cls name, ' ', specSelector) -> #loadFromMessage:.
     modified  := false.
     hasSaved  := true.
+!
+
+openDocumentation
+   self openHTMLDocument:'tools/uipainter/TabListEditor.html'.
 ! !
 
 !TabListEditor class methodsFor:'documentation'!