From 1a8a44165b7ccab605673c750596b80eb3d88799 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 28 May 2007 04:15:32 +0000 Subject: (svn r9961) -Fix (r7182): some file were still in iso8859-15 instead of utf8. --- src/gfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gfx.h') 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, -- cgit v1.2.3-54-g00ecf