(svn r23269) -Codechange: rename some control/string codes/IDs to be more consistent

This commit is contained in:
rubidium
2011-11-19 22:15:44 +00:00
parent 3e09fa8102
commit c591589818
67 changed files with 16370 additions and 16372 deletions

View File

@@ -1255,7 +1255,7 @@ void SettingEntry::DrawSetting(GameSettings *settings_ptr, const SettingDesc *sd
SetDParam(0, STR_CONFIG_SETTING_DISABLED);
} else {
if (sdb->flags & SGF_CURRENCY) {
SetDParam(0, STR_JUST_CURRENCY);
SetDParam(0, STR_JUST_CURRENCY_LONG);
} else if (sdb->flags & SGF_MULTISTRING) {
SetDParam(0, sdb->val_str - sdb->min + value);
} else {