summaryrefslogtreecommitdiffstats
path: root/xrdp/lang.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2007-09-23 08:34:42 +0000
committerjsorg71 <jsorg71>2007-09-23 08:34:42 +0000
commit5d131308c233f64967b607f227efaf4db3213fde (patch)
tree46bbf4c7f3f8547249df97e4ec6e2a0488bb7cee /xrdp/lang.c
parent8e6c63cee77fbe89feffecb9d7de5e70a8da7f8c (diff)
downloadxrdp-proprietary-5d131308c233f64967b607f227efaf4db3213fde.tar.gz
xrdp-proprietary-5d131308c233f64967b607f227efaf4db3213fde.zip
align
Diffstat (limited to 'xrdp/lang.c')
-rw-r--r--xrdp/lang.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/xrdp/lang.c b/xrdp/lang.c
index b4d746eb..4079f925 100644
--- a/xrdp/lang.c
+++ b/xrdp/lang.c
@@ -400,22 +400,22 @@ int fr_shift[] =
/* right alt chars */
int fr_altgr[] =
{
- 0, 0, 0, '~', '#', '{', '[', '|',
- '`', '\\', '^', '@', ']', '}', 0, 0,
- 0, 0, 0x80, 0, 0, 0, 0, 0,
- 0, 0, 0, 0xa4, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0
+ 0, 0, 0, '~', '#', '{', '[', '|',
+ '`', '\\', '^', '@', ']', '}', 0, 0,
+ 0, 0, 0x80, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0xa4, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0,
+ 0, 0, 0, 0, 0, 0, 0, 0
};
/*****************************************************************************/