mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
Fix typo
This commit is contained in:
parent
883a686909
commit
d12f24c321
@ -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").
|
||||||
|
Loading…
Reference in New Issue
Block a user