From b88ce5a4d044d7f23a27bfbb4fe150137ae41ea6 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 22 Jul 2013 07:55:39 -0400 Subject: [PATCH] missing note --- app/src/processing/app/Platform.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/processing/app/Platform.java b/app/src/processing/app/Platform.java index b4b07b2a7..5b16bd5ff 100644 --- a/app/src/processing/app/Platform.java +++ b/app/src/processing/app/Platform.java @@ -148,6 +148,7 @@ public class Platform { /** * Attempts to move to the Trash on OS X, or the Recycle Bin on Windows. + * Also tries to find a suitable Trash location on Linux. * If not possible, just deletes the file or folder instead. * @param file the folder or file to be removed/deleted * @return true if the folder was successfully removed