WinWorkstation.st
changeset 4388 39bcaddc2e22
parent 4386 fb6f4030c861
child 4405 f4c62bb63035
--- a/WinWorkstation.st	Tue May 10 09:30:46 2005 +0200
+++ b/WinWorkstation.st	Tue May 31 20:50:08 2005 +0200
@@ -10702,9 +10702,7 @@
 			   OBJ s;
 
 			   DragQueryFile(hDrop,i,buf,sizeof(buf));
-			   s = __MKSTRING(buf);
-			   __ArrayInstPtr(files)->a_element[i] = s;
-			   __STORE(files, s);
+			   s = __MKSTRING(buf); __ArrayInstPtr(files)->a_element[i] = s; __STORE(files, s);
 		       }
 
 		       (*queryDrop.ilc_func)
@@ -16466,7 +16464,7 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.304 2005-05-10 07:29:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.305 2005-05-31 18:50:08 cg Exp $'
 ! !
 
 WinWorkstation initialize!