kleiner fix bei den Tottasten
git-svn-id: https://svn.neo-layout.org@2291 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
8679335192
commit
c58cdadafb
2 changed files with 4 additions and 3 deletions
|
@ -509,8 +509,8 @@ DEADTRANS( L'D' , 0x02c7 , 0x010e , 0x0000),
|
|||
DEADTRANS( L'd' , 0x02c7 , 0x010f , 0x0000),
|
||||
DEADTRANS( L'E' , 0x02c7 , 0x011a , 0x0000),
|
||||
DEADTRANS( L'e' , 0x02c7 , 0x011b , 0x0000),
|
||||
DEADTRANS( L'G' , 0x01e6 , 0x011a , 0x0000),
|
||||
DEADTRANS( L'g' , 0x01e7 , 0x011b , 0x0000),
|
||||
DEADTRANS( L'G' , 0x02c7 , 0x01e6 , 0x0000),
|
||||
DEADTRANS( L'g' , 0x02c7 , 0x01e7 , 0x0000),
|
||||
DEADTRANS( L'H' , 0x02c7 , 0x021e , 0x0000),
|
||||
DEADTRANS( L'h' , 0x02c7 , 0x021f , 0x0000),
|
||||
DEADTRANS( L'I' , 0x02c7 , 0x01cf , 0x0000),
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
#include <ntverp.h>
|
||||
|
||||
#undef VER_PRODUCTBUILD
|
||||
#define VER_PRODUCTBUILD 2233
|
||||
#define VER_PRODUCTBUILD 2291
|
||||
|
||||
#undef VER_PRODUCTBUILD_QFE
|
||||
#define VER_PRODUCTBUILD_QFE 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue