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/gdkkeysyms.h | |
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/gdkkeysyms.h')
-rw-r--r-- | gdk/gdkkeysyms.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk/gdkkeysyms.h b/gdk/gdkkeysyms.h index 6d6ddffa49..bd694e6237 100644 --- a/gdk/gdkkeysyms.h +++ b/gdk/gdkkeysyms.h @@ -874,7 +874,8 @@ #define GDK_Greek_EPSILONaccent 0x7a2 #define GDK_Greek_ETAaccent 0x7a3 #define GDK_Greek_IOTAaccent 0x7a4 -#define GDK_Greek_IOTAdiaeresis 0x7a5 +#define GDK_Greek_IOTAdieresis 0x7a5 +#define GDK_Greek_IOTAdiaeresis GDK_Greek_IOTAdieresis #define GDK_Greek_OMICRONaccent 0x7a7 #define GDK_Greek_UPSILONaccent 0x7a8 #define GDK_Greek_UPSILONdieresis 0x7a9 |