diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2001-03-01 01:16:09 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2001-03-01 01:16:09 +0000 |
commit | 322c733117c96afcb3265f0df85286fdf6ea39b3 (patch) | |
tree | ef873f88273c0227f9d57a40fb3e1645f55b8cba | |
parent | 46d4a61b73141d5afdb85ddb195976121ee60f4a (diff) | |
download | nautilus-322c733117c96afcb3265f0df85286fdf6ea39b3.tar.gz |
fixed bug 7138, non-ASCII characters in author's names causes the Japanese
fixed bug 7138, non-ASCII characters in author's names causes
the Japanese version to crash. Fixed by removing the accented
'i' from Pavel's name
* src/nautilus-window-menus.c: (help_menu_about_nautilus_callback):
replaced the accented 'i' in Pavel's name with a plain one
* check-THANKS.pl:
fixed mapping in check-THANKS.pl as requested by Darin
* AUTHORS:
removed from AUTHORS, too, for consistency
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | ChangeLog | 13 | ||||
-rwxr-xr-x | check-THANKS.pl | 4 | ||||
-rw-r--r-- | src/nautilus-navigation-window-menus.c | 2 | ||||
-rw-r--r-- | src/nautilus-window-menus.c | 2 |
5 files changed, 18 insertions, 5 deletions
@@ -17,7 +17,7 @@ Maciej Stachowiak <mjs@eazel.com> Mathieu Lacage <mathieu@eazel.com> Mike Engber <engber@eazel.com> Mike Fleming <mfleming@eazel.com> -Pavel Císler <pavel@eazel.com> +Pavel Cisler <pavel@eazel.com> Ramiro Estrugo <ramiro@eazel.com> Raph Levien <raph@acm.org> Rebecca Schulman <rebecka@eazel.com> @@ -1,3 +1,16 @@ +2001-02-28 Andy Hertzfeld <andy@eazel.com> + + fixed bug 7138, non-ASCII characters in author's names causes + the Japanese version to crash. Fixed by removing the accented + 'i' from Pavel's name + + * src/nautilus-window-menus.c: (help_menu_about_nautilus_callback): + replaced the accented 'i' in Pavel's name with a plain one + * check-THANKS.pl: + fixed mapping in check-THANKS.pl as requested by Darin + * AUTHORS: + removed from AUTHORS, too, for consistency + 2001-02-28 Mike Fleming <mfleming@eazel.com> reviewed by: Darin Adler <darin@eazel.com> diff --git a/check-THANKS.pl b/check-THANKS.pl index 500048536..e8e02781d 100755 --- a/check-THANKS.pl +++ b/check-THANKS.pl @@ -38,8 +38,8 @@ my %name_map = ("Darin as Andy" => "Darin Adler", "Michael K. Fleming" => "Mike Fleming", "Rebecka Schulman" => "Rebecca Schulman", "Michael Engber" => "Mike Engber", - "Pavel Cisler" => "Pavel Císler", - "Pavel" => "Pavel Císler", + "Pavel Císler" => "Pavel Cisler", + "Pavel" => "Pavel Cisler", "Eskil Olsen" => "Eskil Heyn Olsen", "Szabolcs BAN" => "Szabolcs Ban", "arik devens" => "Arik Devens", diff --git a/src/nautilus-navigation-window-menus.c b/src/nautilus-navigation-window-menus.c index 95260c93c..6f205bb0e 100644 --- a/src/nautilus-navigation-window-menus.c +++ b/src/nautilus-navigation-window-menus.c @@ -538,7 +538,7 @@ help_menu_about_nautilus_callback (BonoboUIComponent *component, "Mathieu Lacage", "Mike Engber", "Mike Fleming", - "Pavel Císler", + "Pavel Cisler", "Ramiro Estrugo", "Raph Levien", "Rebecca Schulman", diff --git a/src/nautilus-window-menus.c b/src/nautilus-window-menus.c index 95260c93c..6f205bb0e 100644 --- a/src/nautilus-window-menus.c +++ b/src/nautilus-window-menus.c @@ -538,7 +538,7 @@ help_menu_about_nautilus_callback (BonoboUIComponent *component, "Mathieu Lacage", "Mike Engber", "Mike Fleming", - "Pavel Císler", + "Pavel Cisler", "Ramiro Estrugo", "Raph Levien", "Rebecca Schulman", |