WindowEvent.st
changeset 5949 643c67d38bdd
parent 5929 290477171e1f
child 5962 aa966cdf2127
--- a/WindowEvent.st	Wed Oct 31 14:41:38 2012 +0100
+++ b/WindowEvent.st	Fri Nov 02 19:46:06 2012 +0100
@@ -631,6 +631,7 @@
         '----------------' errorPrint.
         'WindowEvent is abstract - use/add explicit creation message' errorPrintCR.
         thisContext fullPrintAll.
+        self abstractClassInstantiationError.
     ].
     ^ super new
 
@@ -1702,7 +1703,7 @@
 
 version_CVS
 
-    ^  '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.108 2012-08-31 17:48:00 cg Exp $'
+    ^  '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.109 2012-11-02 18:46:06 cg Exp $'
 !
 
 version_SVN