GroupEditor.java
.. .. @@ -940,7 +940,9 @@ 940 940 // objEditor.DropFile((java.io.File[]) object, true); 941 941 // return; 942 942 // } 943 - if (string.charAt(0) == '/')943 +944 + // File path for Mac and Windows945 + if (string.charAt(0) == '/' || string.charAt(1) == ':')944 946 { 945 947 // file(s) 946 948 String[] names = string.split("\n");