summaryrefslogtreecommitdiff
path: root/src/gfx.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-28 04:15:32 +0000
committerrubidium <rubidium@openttd.org>2007-05-28 04:15:32 +0000
commit493494a35dc85419476569ce29e54ed6f9bc198c (patch)
tree10a47ff032298213cb10ec9dd7d9f999e3df33ee /src/gfx.h
parenteadc44d8cb30d364fbd71dc5c0d664a3f98069c6 (diff)
downloadopenttd-493494a35dc85419476569ce29e54ed6f9bc198c.tar.xz
(svn r9961) -Fix (r7182): some file were still in iso8859-15 instead of utf8.
Diffstat (limited to 'src/gfx.h')
-rw-r--r--src/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx.h b/src/gfx.h
index 3b68028bb..a74ad4253 100644
--- a/src/gfx.h
+++ b/src/gfx.h
@@ -73,7 +73,7 @@ enum WindowKeyCodes {
/* backquote is the key left of "1"
* we only store this key here, no matter what character is really mapped to it
- * on a particular keyboard. (US keyboard: ` and ~ ; German keyboard: ^ and °) */
+ * on a particular keyboard. (US keyboard: ` and ~ ; German keyboard: ^ and °) */
WKC_BACKQUOTE = 45,
WKC_PAUSE = 46,