WindowEvent.st
changeset 5929 290477171e1f
parent 5925 a3db9f9f6502
child 5949 643c67d38bdd
--- a/WindowEvent.st	Wed Aug 15 19:25:55 2012 +0200
+++ b/WindowEvent.st	Fri Aug 31 19:48:00 2012 +0200
@@ -610,7 +610,7 @@
     "Created: / 13-10-2006 / 10:09:36 / cg"
 ! !
 
-!WindowEvent class methodsFor:'instance creation basic'!
+!WindowEvent class methodsFor:'instance creation-basic'!
 
 for:aView type:aSymbol
     "create and return a new windowEvent for sending
@@ -628,11 +628,13 @@
 
 new
     self == WindowEvent ifTrue:[
-'----------------' errorPrint.
-'WindowEvent is abstract - use/add explicit creation message' errorPrintCR.
-thisContext fullPrintAll.
+        '----------------' errorPrint.
+        'WindowEvent is abstract - use/add explicit creation message' errorPrintCR.
+        thisContext fullPrintAll.
     ].
     ^ super new
+
+    "Modified (format): / 31-08-2012 / 19:44:41 / cg"
 ! !
 
 !WindowEvent methodsFor:'accessing'!
@@ -1700,7 +1702,7 @@
 
 version_CVS
 
-    ^  '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.107 2012-08-03 15:54:01 stefan Exp $'
+    ^  '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.108 2012-08-31 17:48:00 cg Exp $'
 !
 
 version_SVN