From e8ce01bfcaa67436b940fa0685a6327ca4d5fbe9 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 21 Jun 2015 21:38:06 -0400 Subject: [PATCH] mmm, maybe not --- app/src/processing/app/Recent.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/processing/app/Recent.java b/app/src/processing/app/Recent.java index 424b8d9f2..c7c6ffd4a 100644 --- a/app/src/processing/app/Recent.java +++ b/app/src/processing/app/Recent.java @@ -185,6 +185,7 @@ public class Recent { //purtyPath = "\u2302 \u2192 " + recPath.substring(homePath.length() + 1); //purtyPath = "Home \u2192 " + recPath.substring(homePath.length() + 1); String userName = new File(homePath).getName(); + //purtyPath = "\u2302 " + userName + " \u2192 " + recPath.substring(homePath.length() + 1); purtyPath = userName + " \u2192 " + recPath.substring(homePath.length() + 1); } } else {