diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-about-box.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 92f811b9fa..e0aa2d093f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2003-03-27 Not Zed <NotZed@Ximian.com> + + * e-shell-about-box.c: Make Radek's surname correct, Doulík, + inserted utf8 into the name string. For bug #17034. + 2003-03-26 Ettore Perazzoli <ettore@ximian.com> * e-shell-view.c (e_shell_view_construct): Pass "evolution-1.4" as diff --git a/shell/e-shell-about-box.c b/shell/e-shell-about-box.c index be313941fd..3ebf247609 100644 --- a/shell/e-shell-about-box.c +++ b/shell/e-shell-about-box.c @@ -52,7 +52,7 @@ static const char *text[] = { "Anna Dirks", "Bob Doan", "Miguel de Icaza", - "Radek Doulik", + "Radek Doul\xC3\xADk", "Arturo Espinoza", "Larry Ewing", "Nat Friedman", |