mmm, maybe not

This commit is contained in:
Ben Fry
2015-06-21 21:38:06 -04:00
parent 036446a2b0
commit e8ce01bfca

View File

@@ -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 {