ScrollableView.st
changeset 3395 c3e89984796a
parent 3263 648959a4c550
child 3401 2090b3f38af4
--- a/ScrollableView.st	Mon Sep 18 15:10:04 2006 +0200
+++ b/ScrollableView.st	Mon Sep 18 20:55:03 2006 +0200
@@ -1381,7 +1381,7 @@
     "Created: / 24.8.2001 / 15:07:38 / cg"
 ! !
 
-!ScrollableView methodsFor:'drag and drop'!
+!ScrollableView methodsFor:'drag & drop'!
 
 dropTarget
     scrolledView isNil ifTrue:[^ nil].
@@ -2361,5 +2361,5 @@
 !ScrollableView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.139 2006-02-22 14:59:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.140 2006-09-18 18:55:03 cg Exp $'
 ! !