diff -r 62b08a50fd9d -r 7684961db4e0 FileBrowser.st --- a/FileBrowser.st Mon Feb 13 20:46:14 2017 +0100 +++ b/FileBrowser.st Mon Feb 13 20:46:53 2017 +0100 @@ -1907,9 +1907,9 @@ ! dropSingleObject:someObject at:aPoint - "handle drops; if its a directory, change to it. - If its a file, change to its directory and select the file. - If its text, paste it into the codeView." + "handle drops; if it's a directory, change to it. + If it's a file, change to its directory and select the file. + If it's text, paste it into the codeView." |newDir newFile realObject| @@ -1942,7 +1942,8 @@ ^ self ]. - "Modified: 6.4.1997 / 14:46:44 / cg" + "Modified: / 06-04-1997 / 14:46:44 / cg" + "Modified (comment): / 13-02-2017 / 20:18:49 / cg" ! ! !FileBrowser methodsFor:'events'!