Jeck - Quick fix to issue 212. I'll do some debugging to make certain there aren't any other causes, but this is the major problem-- language and theme options had the same id, so were saving in the same place.

This commit is contained in:
wagic.jeck
2009-11-23 05:50:42 +00:00
parent 8d673065f8
commit f4f11f9018

View File

@@ -28,7 +28,7 @@ public:
EVILTWIN_MODE_UNLOCKED,
RANDOMDECK_MODE_UNLOCKED,
LANG,
LAST_GLOBAL = RANDOMDECK_MODE_UNLOCKED,
LAST_GLOBAL = LANG, //This must be the value above, to keep ordering.
//Values /must/ match ordering in optionNames, or everything loads wrong.
//Profile settings
ACTIVE_THEME,