Reverse default value when building with NLS

Ref: https://lists.claws-mail.org/pipermail/devel/2020-July/002541.html
This commit is contained in:
Ricardo Mones 2020-07-08 18:15:05 +02:00
parent d42f3d7e5f
commit 4cf4686f09

View file

@ -436,8 +436,13 @@ static PrefParam param[] = {
&prefs_common.ng_abbrev_len, P_INT,
NULL, NULL, NULL},
#ifdef ENABLE_NLS
{"translate_header", "TRUE", &prefs_common.trans_hdr, P_BOOL,
NULL, NULL, NULL},
#else
{"translate_header", "FALSE", &prefs_common.trans_hdr, P_BOOL,
NULL, NULL, NULL},
#endif
/* Display: Summary View */
{"default_sort_key", "3", &prefs_common.default_sort_key, P_ENUM,