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:
Owen Taylor 2002-06-12 19:01:58 +00:00 committed by Owen Taylor
parent 020832549a
commit 70c01bbe85
7 changed files with 31 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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