1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-05-29 11:41:31 +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).