summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-04-23 21:05:00 +0000
committerrubidium <rubidium@openttd.org>2009-04-23 21:05:00 +0000
commitff05dc844633aeb3b473ec403207beb6e63954bc (patch)
tree9cb91304e1bae9e82d0b1abd701bd14f9a00dc6c /src/settings_type.h
parent208234a7a04027a2cff511447bc1f0ea2627741b (diff)
downloadopenttd-ff05dc844633aeb3b473ec403207beb6e63954bc.tar.xz
(svn r16129) -Feature-ish: configurable digit group separator per language with user override.
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 35a531ef5..e02ca606f 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -104,6 +104,8 @@ struct GUISettings {
struct LocaleSettings {
byte currency; ///< currency we currently use
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
};
/** All settings related to the network. */