comment/format in: #doStartDrag:in:
authorClaus Gittinger <cg@exept.de>
Tue, 02 Feb 2010 15:20:10 +0100
changeset 9360 442d863efe2a
parent 9359 44d36e85cb39
child 9361 bad1ef34ac86
comment/format in: #doStartDrag:in:
DirectoryContentsBrowser.st
--- a/DirectoryContentsBrowser.st	Tue Feb 02 15:20:00 2010 +0100
+++ b/DirectoryContentsBrowser.st	Tue Feb 02 15:20:10 2010 +0100
@@ -1585,8 +1585,8 @@
 !DirectoryContentsBrowser methodsFor:'drag & drop'!
 
 doStartDrag:aDropSource in:aView
-    "set the cursors before starting the drag & drop operation
-    "
+    "set the cursors before starting the drag & drop operation"
+
     |selectedFiles|
 
     selectedFiles := self selectedFiles.
@@ -3316,9 +3316,9 @@
 !DirectoryContentsBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.231 2009-12-16 15:52:41 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.232 2010-02-02 14:20:10 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.231 2009-12-16 15:52:41 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.232 2010-02-02 14:20:10 cg Exp $'
 ! !