1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 21:45:32 +00:00

fixed records settings (Text Only wasn't updating)

This commit is contained in:
Marc Zinnschlag 2015-12-15 12:26:08 +01:00
parent 591564566c
commit 44925e9fc8

View file

@ -74,7 +74,7 @@ void CSMPrefs::State::declare()
declareCategory ("Records");
EnumValue iconAndText ("Icon and Text");
EnumValues recordValues;
recordValues.add (iconAndText).add ("Icon Only").add ("Text only");
recordValues.add (iconAndText).add ("Icon Only").add ("Text Only");
declareEnum ("status-format", "Modification status display format", iconAndText).
addValues (recordValues);
declareEnum ("type-format", "ID type display format", iconAndText).