DragAndDropManager.st
changeset 1939 f72ff9a773e5
parent 1842 f033c7b344de
child 2013 5af91e0ed687
--- a/DragAndDropManager.st	Sun Feb 29 15:51:33 2004 +0100
+++ b/DragAndDropManager.st	Tue Mar 02 00:06:27 2004 +0100
@@ -1397,7 +1397,7 @@
         "/ self error:'oops - two dnd managers active' mayProceed:true.
 
         lastActive forceGiveUp.
-        'oops - two dnd managers active' printCR.
+        'DragAndDropManager [info]: oops - two dnd managers active' infoPrintCR.
     ].
     ActiveDragAndDropManagers at:device put:self.
 
@@ -1494,7 +1494,7 @@
 !DragAndDropManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.55 2003-10-31 06:57:05 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.56 2004-03-01 23:05:50 cg Exp $'
 ! !
 
 DragAndDropManager initialize!