mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-23 08:07:07 +00:00
Corrected typo for GSSecondAlternateKey.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@20172 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
592a69083b
commit
02b66faa63
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-09-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/x11/XGServerEvent.m (initialize_keyboard): Corrected typo
|
||||
reported by Benhur Stein <benhur.stein@gmail.com>.
|
||||
|
||||
2004-09-24 Adrian Robert <arobert@cogsci.ucsd.edu>
|
||||
|
||||
* Source/x11/XGServerEvent.m: Improvement of earlier update to
|
||||
|
|
|
@ -1448,7 +1448,7 @@ initialize_keyboard (void)
|
|||
_alt_keysyms[0] = XK_Mode_switch;
|
||||
|
||||
_alt_keysyms[1] = key_sym_from_defaults(display, defaults,
|
||||
@"GSecondAlternateKey",
|
||||
@"GSSecondAlternateKey",
|
||||
NoSymbol);
|
||||
|
||||
if (_alt_keysyms[0] == _alt_keysyms[1])
|
||||
|
|
Loading…
Reference in a new issue