(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

This commit is contained in:
rubidium
2011-08-21 19:23:06 +00:00
parent 54c1616cba
commit cac4c2df20
4 changed files with 63 additions and 9 deletions

View File

@@ -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]