diff options
author | Chris Apers | 2007-02-18 17:53:44 +0000 |
---|---|---|
committer | Chris Apers | 2007-02-18 17:53:44 +0000 |
commit | 619d8e87f15d43fc71b2071ebb5a84ce37e3115b (patch) | |
tree | 8d83f4b8184a98ff15c008583d09dae1c4944b20 /engines | |
parent | 5b214090f735827ab6711f960cd1f4daf098ff17 (diff) | |
download | scummvm-rg350-619d8e87f15d43fc71b2071ebb5a84ce37e3115b.tar.gz scummvm-rg350-619d8e87f15d43fc71b2071ebb5a84ce37e3115b.tar.bz2 scummvm-rg350-619d8e87f15d43fc71b2071ebb5a84ce37e3115b.zip |
French keyboard is 'azerty' not 'awert'
svn-id: r25693
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/script_v2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/script_v2.cpp b/engines/scumm/script_v2.cpp index d0be273547..2fff7379db 100644 --- a/engines/scumm/script_v2.cpp +++ b/engines/scumm/script_v2.cpp @@ -863,7 +863,7 @@ void ScummEngine_v2::o2_verbOps() { // FIXME: these keyboard map depends on the language of the game. // E.g. a german keyboard has 'z' and 'y' swapped, while a french - // keyboard starts with "awert", etc. + // keyboard starts with "azerty", etc. if (_game.platform == Common::kPlatformNES) { static const char keyboard[] = { 'q','w','e','r', |