fixing small issues to get things running again

This commit is contained in:
benfry
2011-01-26 02:54:43 +00:00
parent bb80fcbf24
commit a6f0f1ef99
8 changed files with 44 additions and 18 deletions

View File

@@ -63,7 +63,7 @@ public class JavaMode extends Mode {
}
try {
theme = new Settings(new File(folder, "theme.txt"));
theme = new Settings(new File(folder, "theme/theme.txt"));
} catch (IOException e) {
Base.showError("Problem loading theme.txt",
"Could not load theme.txt, please re-install Processing", e);