comment/format in: #enqueueMessage:for:arguments:
authorClaus Gittinger <cg@exept.de>
Wed, 23 Mar 2011 19:49:16 +0100
changeset 2902 c47d671282f9
parent 2901 fed697afcef8
child 2903 f8a9324436cc
comment/format in: #enqueueMessage:for:arguments:
ApplicationModel.st
--- a/ApplicationModel.st	Tue Mar 22 19:10:33 2011 +0100
+++ b/ApplicationModel.st	Wed Mar 23 19:49:16 2011 +0100
@@ -2050,7 +2050,6 @@
         ^ self.
     ].
 
-
     "/
     "/ if such a message is already in the queue, ignore it.
     "/ Otherwise push it as an event, to be handled when my thread is
@@ -2062,8 +2061,8 @@
         ].
     ].
 
-    "Modified: / 5.2.2000 / 00:01:54 / cg"
-    "Created: / 26.2.2000 / 18:01:31 / cg"
+    "Created: / 26-02-2000 / 18:01:31 / cg"
+    "Modified: / 23-03-2011 / 19:46:41 / cg"
 ! !
 
 !ApplicationModel methodsFor:'drag & drop'!
@@ -3763,11 +3762,11 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.314 2011-03-04 14:07:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.315 2011-03-23 18:49:16 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.314 2011-03-04 14:07:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.315 2011-03-23 18:49:16 cg Exp $'
 ! !
 
 ApplicationModel initialize!