ImageEditView.st
changeset 2818 d255fb7d54fc
parent 2784 1af62699307d
child 2823 201bf0929edb
--- a/ImageEditView.st	Tue May 10 19:31:21 2005 +0200
+++ b/ImageEditView.st	Wed May 11 11:27:04 2005 +0200
@@ -1883,7 +1883,7 @@
     "Modified: / 29.7.1998 / 19:00:21 / cg"
 ! !
 
-!ImageEditView methodsFor:'initialize / release'!
+!ImageEditView methodsFor:'initialization & release'!
 
 destroy
     ClipboardMagnified := Clipboard := nil.
@@ -2299,7 +2299,7 @@
 !ImageEditView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ImageEditView.st,v 1.202 2005-01-14 13:00:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ImageEditView.st,v 1.203 2005-05-11 09:27:04 cg Exp $'
 ! !
 
 ImageEditView initialize!