forked from AuroraMiddleware/gtk
fix small typo.
2008-10-28 Michael Natterer <mitch@imendio.com> * gdk/keyname-table.h: fix small typo. svn path=/trunk/; revision=21724
This commit is contained in:
parent
d2ed4085c0
commit
1e28e51c38
@ -1,3 +1,7 @@
|
||||
2008-10-28 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gdk/keyname-table.h: fix small typo.
|
||||
|
||||
2008-10-27 Richard Hult <richard@imendio.com>
|
||||
|
||||
Bug 557894 – Wrong return value for
|
||||
|
@ -3938,7 +3938,7 @@ static const gdk_key gdk_keys_by_name[] = {
|
||||
#if 0
|
||||
|
||||
NC_("keyboard label", "BackSpace")
|
||||
NC_("keyboard labe", "Tab")
|
||||
NC_("keyboard label", "Tab")
|
||||
NC_("keyboard label", "Return")
|
||||
NC_("keyboard label", "Pause")
|
||||
NC_("keyboard label", "Scroll_Lock")
|
||||
|
Loading…
Reference in New Issue
Block a user