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:
Michael Natterer 2008-10-28 22:55:23 +00:00 committed by Michael Natterer
parent d2ed4085c0
commit 1e28e51c38
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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")