1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00
This commit is contained in:
scrawl 2016-01-26 19:41:05 +01:00
parent 883a686909
commit d12f24c321

View File

@ -140,7 +140,7 @@ void CSMPrefs::State::declare()
declareEnum ("warnings", "Warning Mode", warningsNormal). declareEnum ("warnings", "Warning Mode", warningsNormal).
addValue ("Ignore", "Do not report warning"). addValue ("Ignore", "Do not report warning").
addValue (warningsNormal). addValue (warningsNormal).
addValue ("Strcit", "Promote warning to an error"); addValue ("Strict", "Promote warning to an error");
declareBool ("toolbar", "Show toolbar", true); declareBool ("toolbar", "Show toolbar", true);
declareInt ("compile-delay", "Delay between updating of source errors", 100). declareInt ("compile-delay", "Delay between updating of source errors", 100).
setTooltip ("Delay in milliseconds"). setTooltip ("Delay in milliseconds").