#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 31 Aug 2017 20:16:25 +0200
changeset 8149 cda2dc8052e7
parent 8148 987e7d0dee97
child 8150 459bd59e8137
#DOCUMENTATION by cg class: StandardSystemView class comment/format in: #includeHostNameInLabel #includeHostNameInLabel:
StandardSystemView.st
--- a/StandardSystemView.st	Thu Aug 31 20:16:08 2017 +0200
+++ b/StandardSystemView.st	Thu Aug 31 20:16:25 2017 +0200
@@ -419,18 +419,19 @@
 !
 
 includeHostNameInLabel
-    "return the flag which controls if a views label should
+    "return the flag which controls if a view's label should
      include the hostname.
      This flag is usually set/cleared in your private.rc file;
      the default is false."
 
     ^ IncludeHostNameInLabel
 
-    "Created: 10.9.1995 / 19:21:16 / claus"
+    "Created: / 10-09-1995 / 19:21:16 / claus"
+    "Modified (comment): / 31-08-2017 / 20:16:14 / cg"
 !
 
 includeHostNameInLabel:aBoolean
-    "set/clear the flag which controls if a views label should
+    "set/clear the flag which controls if a view's label should
      include the hostname - this is highly useful if you have
      multiple smalltalks open simultaneously ...
      This flag is usually set/cleared in your private.rc file;
@@ -438,7 +439,8 @@
 
     IncludeHostNameInLabel := aBoolean
 
-    "Modified: 24.4.1996 / 09:09:21 / cg"
+    "Modified: / 24-04-1996 / 09:09:21 / cg"
+    "Modified (comment): / 31-08-2017 / 20:16:18 / cg"
 !
 
 takeFocusWhenMapped