WindowEvent.st
changeset 8550 fb57a584f13f
parent 8549 908351f143a1
child 8626 f2894e8528de
--- a/WindowEvent.st	Thu Oct 25 02:46:26 2018 +0200
+++ b/WindowEvent.st	Thu Oct 25 02:46:48 2018 +0200
@@ -209,7 +209,7 @@
 	privateIn:WindowEvent
 !
 
-WindowEvent subclass:#WidgetSelectionWindowEvent
+WindowEvent subclass:#WidgetSelectionEvent
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -1761,7 +1761,7 @@
     "Created: / 23-01-2012 / 10:02:42 / cg"
 ! !
 
-!WindowEvent::WidgetSelectionWindowEvent class methodsFor:'documentation'!
+!WindowEvent::WidgetSelectionEvent class methodsFor:'documentation'!
 
 copyright
 "
@@ -1778,7 +1778,7 @@
 "
 ! !
 
-!WindowEvent::WidgetSelectionWindowEvent methodsFor:'accessing'!
+!WindowEvent::WidgetSelectionEvent methodsFor:'accessing'!
 
 widget:aWidget
     selector := #'widgetSelected:'.
@@ -1814,8 +1814,7 @@
 !WindowEvent class methodsFor:'documentation'!
 
 version_CVS
-
-    ^  '$Header$'
+    ^ '$Header$'
 !
 
 version_SVN