diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-05-14 21:46:59 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-05-14 21:46:59 +0000 |
commit | ba270fe70c08165fa4021b24ae5409d977baa2fe (patch) | |
tree | 1d8aec91d82c90bfb993edb650145393c58f75fe /gdk/gdkkeynames.c | |
parent | 24ca56559f85f5b6e9f8c1692db3779c525dca7c (diff) | |
download | gtk+-ba270fe70c08165fa4021b24ae5409d977baa2fe.tar.gz |
Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis inconsistency and
Wed May 14 17:45:32 2003 Owen Taylor <otaylor@redhat.com>
* gdk/gdkkeysyms.h gdk/gdkkeynames.c gdk/gdkkeyuni.c:
Patch from Vasilis Vasaitis to fix Greek_IOTAdi[a]eresis
inconsistency and leave the old name as an aliass (#104873)
Diffstat (limited to 'gdk/gdkkeynames.c')
-rw-r--r-- | gdk/gdkkeynames.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkkeynames.c b/gdk/gdkkeynames.c index 80cc5224bb..576fb05e85 100644 --- a/gdk/gdkkeynames.c +++ b/gdk/gdkkeynames.c @@ -576,6 +576,7 @@ static struct gdk_key { { 0x0007a2, "Greek_EPSILONaccent" }, { 0x0007a3, "Greek_ETAaccent" }, { 0x0007a4, "Greek_IOTAaccent" }, + { 0x0007a5, "Greek_IOTAdieresis" }, { 0x0007a5, "Greek_IOTAdiaeresis" }, { 0x0007a7, "Greek_OMICRONaccent" }, { 0x0007a8, "Greek_UPSILONaccent" }, |