#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Thu, 07 Mar 2019 18:24:10 +0100
changeset 18660 0311483f762c
parent 18659 c2c874f0d625
child 18661 e7b184b778db
#DOCUMENTATION by stefan class: DirectoryContentsBrowser changed: #dropObjects:
DirectoryContentsBrowser.st
--- a/DirectoryContentsBrowser.st	Mon Mar 04 21:07:24 2019 +0100
+++ b/DirectoryContentsBrowser.st	Thu Mar 07 18:24:10 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -1746,11 +1748,14 @@
 !
 
 dropObjects:aCollectionOfDropObjects
+    <resource: #todo>
     "drop manager wants to drop.
-     This is ony sent, if #canDrop: returned true.
+     This is only sent, if #canDrop: returned true.
      Must be redefined in order for drop to work."
 
     ^ self shouldImplement
+
+    "Modified (comment): / 07-03-2019 / 18:18:28 / Stefan Vogel"
 !
 
 dropOver:aDropContext