summaryrefslogtreecommitdiff
path: root/src/string_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-05-20 15:36:44 +0000
committerrubidium <rubidium@openttd.org>2010-05-20 15:36:44 +0000
commit9d29c54b03ab1b8c3860885fa2ec2706c1dcf6fa (patch)
treed9d4213caa1664327b18cc073ea2c429f850cdeb /src/string_type.h
parent8d4bb2285cec39c62d6e62b8d6bcd9c0b6cd786d (diff)
downloadopenttd-9d29c54b03ab1b8c3860885fa2ec2706c1dcf6fa.tar.xz
(svn r19867) -Change: use non-breaking spaces for currency pre-/postfixes.
Diffstat (limited to 'src/string_type.h')
-rw-r--r--src/string_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/string_type.h b/src/string_type.h
index 2fb8d8f57..7fb8e0137 100644
--- a/src/string_type.h
+++ b/src/string_type.h
@@ -12,6 +12,9 @@
#ifndef STRING_TYPE_H
#define STRING_TYPE_H
+/** A non-breaking space. */
+#define NBSP "\xC2\xA0"
+
/**
* Valid filter types for IsValidChar.
*/