fixing bugs with non-ascii folders on windows

This commit is contained in:
benfry
2005-05-20 04:47:21 +00:00
parent c45b98aac0
commit 16ece5364c
3 changed files with 30 additions and 5 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ public class Preferences extends JComponent {
//File home = new File(System.getProperty("user.home"));
//File processingHome = new File(home, "Processing");
//preferencesFile = new File(home, PREFS_FILE);
preferencesFile = Base.getProcessingDataFile(PREFS_FILE);
preferencesFile = Base.getSettingsFile(PREFS_FILE);
if (!preferencesFile.exists()) {
// create a new preferences file if none exists