diff options
author | Alexis211 <alexis211@gmail.com> | 2009-12-29 17:27:37 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-12-29 17:27:37 +0100 |
commit | 4689ba9cc6ddfbe4f99ddeab3bd3d250d428fcc8 (patch) | |
tree | 253b5a28207584d1d25b3edee38a91908bfd9093 /Source/Kernel/DeviceManager/Kbd.ns.cpp | |
parent | 81cf5159d8c7338807a30dfe35b0532d6fd25534 (diff) | |
download | Melon-4689ba9cc6ddfbe4f99ddeab3bd3d250d428fcc8.tar.gz Melon-4689ba9cc6ddfbe4f99ddeab3bd3d250d428fcc8.zip |
README/LICENSE updates
Diffstat (limited to 'Source/Kernel/DeviceManager/Kbd.ns.cpp')
-rw-r--r-- | Source/Kernel/DeviceManager/Kbd.ns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/DeviceManager/Kbd.ns.cpp b/Source/Kernel/DeviceManager/Kbd.ns.cpp index 58dbe6e..b6d8df9 100644 --- a/Source/Kernel/DeviceManager/Kbd.ns.cpp +++ b/Source/Kernel/DeviceManager/Kbd.ns.cpp @@ -7,7 +7,7 @@ #include <VFS/File.class.h> #include <Core/Log.ns.h> -//Whatever built-in keymap we want to use should go here. notice without this line, melon dies. +//Whatever built-in keymap we want to use should go here. notice that without this line, melon dies. #include <Ressources/Keymaps/fr.cxd> #define SETKM(a, b) memcpy((u8int*)a, (u8int*)b, 128 * sizeof(WChar));; |