comment expeccoNET_1_7_0_0
authorClaus Gittinger <cg@exept.de>
Fri, 27 Apr 2012 15:34:25 +0200
changeset 5911 a37b2a34e6c7
parent 5910 da3bcd680026
child 5912 028265548a34
comment
WindowGroup.st
--- a/WindowGroup.st	Wed Apr 25 21:45:26 2012 +0200
+++ b/WindowGroup.st	Fri Apr 27 15:34:25 2012 +0200
@@ -624,12 +624,13 @@
 !
 
 sensor
-    "return the windowGroups sensor.
-     All events for any of the groups views is handled by that sensor."
+    "return the windowGroup's sensor.
+     All events for any of the group's views is handled by that sensor."
 
     ^ mySensor
 
-    "Modified: 7.3.1996 / 14:30:21 / cg"
+    "Modified: / 07-03-1996 / 14:30:21 / cg"
+    "Modified (comment): / 27-04-2012 / 13:55:53 / cg"
 !
 
 sensor:aSensor
@@ -2740,11 +2741,11 @@
 !WindowGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.311 2011-01-27 17:30:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.312 2012-04-27 13:34:25 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.311 2011-01-27 17:30:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.312 2012-04-27 13:34:25 cg Exp $'
 ! !
 
 WindowGroup initialize!