summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-21 19:23:06 +0000
committerrubidium <rubidium@openttd.org>2011-08-21 19:23:06 +0000
commit0ad82be1f3a6f963a484181bc2fb26b559e1d84e (patch)
treea572a4269d4428a3ae366cb444efc57399aad8b8 /src/table
parent525e2c9e73ecab8913d4eafc6685d89e1653d151 (diff)
downloadopenttd-0ad82be1f3a6f963a484181bc2fb26b559e1d84e.tar.xz
(svn r22807) -Feature-ish: show a message about missing strings in the intro window if a certain (configurable) threshold has been reached and its not a stable release
Diffstat (limited to 'src/table')
-rw-r--r--src/table/settings.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini
index 3f01abeeb..72ce27276 100644
--- a/src/table/settings.ini
+++ b/src/table/settings.ini
@@ -2387,6 +2387,13 @@ def = 100
min = 0
max = UINT32_MAX
+[SDTC_VAR]
+var = gui.missing_strings_threshold
+type = SLE_UINT8
+flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
+def = 25
+min = 1
+max = UINT8_MAX
; For the dedicated build we'll enable dates in logs by default.
[SDTC_BOOL]