fix French bépo layout id to match the bépo.fr installer

This commit is contained in:
tdb 2015-06-08 17:01:43 +02:00
parent c9e750214a
commit aa0849224c
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ static const RDP_KEYBOARD_LAYOUT_VARIANT RDP_KEYBOARD_LAYOUT_VARIANT_TABLE[] =
{ KBD_GREEK_LATIN, 0x0019, "Greek Latin" },
{ KBD_US_ENGLISH_TABLE_FOR_IBM_ARABIC_238_L, 0x000B, "US English Table for IBM Arabic 238_L" },
{ KBD_GREEK_POLYTONIC, 0x001F, "Greek Polytonic" },
{ KBD_FRENCH_BEPO, 0x0024, "French Bépo" },
{ KBD_FRENCH_BEPO, 0x00C0, "French Bépo" },
{ KBD_GERMAN_NEO, 0x00C0, "German Neo" }
};