summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Dankov <tryagain@navit-project.org>2016-07-10 20:48:06 +0300
committerMichael Dankov <tryagain@navit-project.org>2016-07-10 20:48:06 +0300
commit63b6e0291cca3477f701d02f273f96c065b23f70 (patch)
treed368fec76d75ae876e93313d805211f1dccee8aa
parentf18e9dfb5110db7943d719ffe90171ac888326aa (diff)
downloadnavit-63b6e0291cca3477f701d02f273f96c065b23f70.tar.gz
Fix:gui_internal:Fix Cyrillic caps switch buttonR6695
-rw-r--r--navit/gui/internal/gui_internal_keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/gui/internal/gui_internal_keyboard.c b/navit/gui/internal/gui_internal_keyboard.c
index 8d85012ad..7b51da546 100644
--- a/navit/gui/internal/gui_internal_keyboard.c
+++ b/navit/gui/internal/gui_internal_keyboard.c
@@ -107,7 +107,7 @@ struct gui_internal_keyb_mode {
/*16: VKBD_NUMERIC */ {"123", 2, VKBD_LATIN_UPPER, VKBD_UMLAUT_UPPER},
/*24: VKBD_UMLAUT_UPPER */ {"ÄÖÜ", 2, VKBD_UMLAUT_LOWER, VKBD_LATIN_UPPER},
/*32: VKBD_UMLAUT_LOWER */ {"äöü", 2, VKBD_UMLAUT_UPPER, VKBD_LATIN_LOWER},
- /*40: VKBD_CYRILLIC_UPPER*/ {"АБВ", 2, VKBD_CYRILLIC_UPPER, VKBD_LATIN_UPPER},
+ /*40: VKBD_CYRILLIC_UPPER*/ {"АБВ", 2, VKBD_CYRILLIC_LOWER, VKBD_LATIN_UPPER},
/*48: VKBD_CYRILLIC_LOWER*/ {"абв", 2, VKBD_CYRILLIC_UPPER, VKBD_LATIN_LOWER},
/*56: VKBD_DEGREE */ {"DEG", 2, VKBD_FLAG_2, VKBD_FLAG_2}
};