misc notes

This commit is contained in:
benfry
2005-01-29 18:54:40 +00:00
parent cce150ac8c
commit 75198bb7d0
4 changed files with 63 additions and 20 deletions

View File

@@ -131,6 +131,8 @@ public class PdeBase {
File phome = null;
// NOTE if this location changes, be sure to note the change
// in the default preferences.txt because it mentions this path
if (PdeBase.platform == PdeBase.MACOSX) {
// on macosx put the sketchbook in the "Documents" folder
phome = new File(home, "Documents" + File.separator + "Processing");