- Fix: UI_SKIN default value should be "Default" instead of "default".

This commit is contained in:
spr
2013-07-15 09:00:29 +00:00
parent 019685ef9b
commit 4a2c0a2536

View File

@@ -51,7 +51,7 @@ public class ForgePreferences extends PreferencesStore<ForgePreferences.FPref> {
UI_BUGZ_PWD (""), UI_BUGZ_PWD (""),
UI_ANTE ("false"), UI_ANTE ("false"),
UI_MANABURN("false"), UI_MANABURN("false"),
UI_SKIN ("default"), UI_SKIN ("Default"),
UI_PREFERRED_AVATARS_ONLY ("false"), UI_PREFERRED_AVATARS_ONLY ("false"),
UI_TARGETING_OVERLAY ("false"), UI_TARGETING_OVERLAY ("false"),
UI_ENABLE_SOUNDS ("true"), UI_ENABLE_SOUNDS ("true"),