summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-08-12 01:28:11 +0000
committersmatz <smatz@openttd.org>2009-08-12 01:28:11 +0000
commita29bbb1e1f8d6525746dd31cd5e47159d896cc84 (patch)
tree4c454595c0694c5585b691600bd4aedef69d9983 /src/settings_type.h
parentd58d053438557ec5c4d0f30a2c92713236962376 (diff)
downloadopenttd-a29bbb1e1f8d6525746dd31cd5e47159d896cc84.tar.xz
(svn r17157) -Add: localised decimal separator
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 2a0274a8f..900a6a90e 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -103,6 +103,7 @@ struct LocaleSettings {
byte units; ///< unit system we show everything
char *digit_group_separator; ///< thousand separator for non-currencies
char *digit_group_separator_currency; ///< thousand separator for currencies
+ char *digit_decimal_separator; ///< decimal separator
};
/** All settings related to the network. */