DragAndDropManager.st
changeset 549 51c6f1d918c2
parent 548 1a81d6be65b4
child 609 1343bda17876
--- a/DragAndDropManager.st	Sat Apr 19 17:22:38 1997 +0200
+++ b/DragAndDropManager.st	Sat Apr 19 17:24:51 1997 +0200
@@ -163,7 +163,7 @@
 "
   a button, which initiates dragging of a file-object
   Notice that this can be dropped into the launchers panel,
-  to open a fileBrowser on that file ...
+  to open a fileBrowser on that directory ...
                                                                 [exBegin]
      |o top v|
 
@@ -218,7 +218,6 @@
                                                                 [exEnd]
 
 "
-
 ! !
 
 !DragAndDropManager class methodsFor:'simple start'!
@@ -1138,5 +1137,5 @@
 !DragAndDropManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.13 1997-04-19 15:22:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.14 1997-04-19 15:24:51 cg Exp $'
 ! !