mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Fix ZWJ => ZWN typo. (#83092, Tino Meinen)
Wed Jun 12 15:02:30 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtktextutil.c: Fix ZWJ => ZWN typo. (#83092, Tino Meinen)
This commit is contained in:
parent
020832549a
commit
70c01bbe85
@ -1,3 +1,8 @@
|
||||
Wed Jun 12 15:02:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktextutil.c: Fix ZWJ => ZWN typo.
|
||||
(#83092, Tino Meinen)
|
||||
|
||||
Wed Jun 12 14:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix some problems with case statements
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 12 15:02:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktextutil.c: Fix ZWJ => ZWN typo.
|
||||
(#83092, Tino Meinen)
|
||||
|
||||
Wed Jun 12 14:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix some problems with case statements
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 12 15:02:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktextutil.c: Fix ZWJ => ZWN typo.
|
||||
(#83092, Tino Meinen)
|
||||
|
||||
Wed Jun 12 14:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix some problems with case statements
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 12 15:02:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktextutil.c: Fix ZWJ => ZWN typo.
|
||||
(#83092, Tino Meinen)
|
||||
|
||||
Wed Jun 12 14:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix some problems with case statements
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 12 15:02:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktextutil.c: Fix ZWJ => ZWN typo.
|
||||
(#83092, Tino Meinen)
|
||||
|
||||
Wed Jun 12 14:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix some problems with case statements
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 12 15:02:30 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtktextutil.c: Fix ZWJ => ZWN typo.
|
||||
(#83092, Tino Meinen)
|
||||
|
||||
Wed Jun 12 14:41:43 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Fix some problems with case statements
|
||||
|
@ -51,7 +51,7 @@ static GtkUnicodeMenuEntry bidi_menu_entries[] = {
|
||||
{ N_("RLO Right-to-left o_verride"), 0x202E },
|
||||
{ N_("PDF _Pop directional formatting"), 0x202C },
|
||||
{ N_("ZWS _Zero width space"), 0x200B },
|
||||
{ N_("ZWN Zero width _joiner"), 0x200D },
|
||||
{ N_("ZWJ Zero width _joiner"), 0x200D },
|
||||
{ N_("ZWNJ Zero width _non-joiner"), 0x200C }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user