TabListEditor.st
changeset 3809 4f210d7fe0cb
parent 3749 c10fb49af42b
child 3835 08f1102b4a82
--- a/TabListEditor.st	Fri Nov 01 05:49:38 2019 +0100
+++ b/TabListEditor.st	Fri Nov 01 05:49:50 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -1723,7 +1725,9 @@
 !
 
 openDocumentation
-   self openHTMLDocument:'tools/uipainter/TabListEditor.html'.
+    "Called when <F1> is pressed"
+
+    self openHTMLDocument:'tools/uipainter/TabListEditor.html'.
 ! !
 
 !TabListEditor class methodsFor:'documentation'!