(svn r9961) -Fix (r7182): some file were still in iso8859-15 instead of utf8.

This commit is contained in:
rubidium
2007-05-28 04:15:32 +00:00
parent eadc44d8cb
commit 493494a35d
3 changed files with 40 additions and 40 deletions

View File

@@ -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 <EFBFBD>) */
* on a particular keyboard. (US keyboard: ` and ~ ; German keyboard: ^ and °) */
WKC_BACKQUOTE = 45,
WKC_PAUSE = 46,