change the name

This commit is contained in:
benfry
2008-11-23 02:24:25 +00:00
parent 9fe5ac6547
commit 866ecb778c
+1 -1
View File
@@ -214,7 +214,7 @@ public class Preferences {
// Theme settings always override preferences
try {
load(Base.getStream("theme/settings.txt"));
load(Base.getStream("theme/theme.txt"));
} catch (Exception te) {
Base.showError(null, "Could not read color theme settings.\n" +
"You'll need to reinstall Processing.", te);