WindowGroup.st
changeset 8739 b3a481b51d1b
parent 8696 4a2f2ba1bf07
child 8765 03800e8218b9
--- a/WindowGroup.st	Fri Jul 19 09:01:47 2019 +0200
+++ b/WindowGroup.st	Fri Jul 19 11:38:30 2019 +0200
@@ -436,8 +436,8 @@
 !
 
 scheduledWindowGroups
-    "return a collection of all windowGroups (possibly for different
-     display devices) which are scheduled 
+    "return a collection of all windowGroups 
+     (possibly for different display devices) which are scheduled 
      (i.e. which have a process running, handling events)."
 
     |set screens coll|
@@ -468,8 +468,9 @@
      WindowGroup scheduledWindowGroups   
     "
 
-    "Modified: 1.9.1995 / 13:43:09 / claus"
-    "Modified: 18.8.1997 / 18:44:29 / cg"
+    "Modified: / 01-09-1995 / 13:43:09 / claus"
+    "Modified: / 18-08-1997 / 18:44:29 / cg"
+    "Modified (comment): / 19-07-2019 / 11:38:12 / Claus Gittinger"
 !
 
 setActiveGroup:aGroup