diff options
author | Pablo Saratxaga <pablo@src.gnome.org> | 1999-04-23 03:59:32 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@src.gnome.org> | 1999-04-23 03:59:32 +0000 |
commit | 020b2d0500b2ef7487611e0968831c06f6762888 (patch) | |
tree | 838feb038c8c1bc16ee386e490946bda29254b86 /oldslashapp | |
parent | fe9101b6f40ca174f5cc67f0765cd2fe27fcc1b0 (diff) |
made a little change for an author name
Diffstat (limited to 'oldslashapp')
-rw-r--r-- | oldslashapp/slashapp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oldslashapp/slashapp.c b/oldslashapp/slashapp.c index 83c2f4f73..1ec1cde66 100644 --- a/oldslashapp/slashapp.c +++ b/oldslashapp/slashapp.c @@ -566,6 +566,7 @@ static void about_cb (AppletWidget *widget, gpointer data) authors[0] = _("Justin Maurer <justin@openprojects.net>"); authors[3] = _("Craig Small <csmall@eye-net.com.au>"); authors[1] = _("John Ellis <johne@bellatlantic.net> - Display engine"); + /* languages that can display "e with acute" can use "Frédéric" */ authors[2] = _("Frederic Devernay <devernay@istar.fr>"); authors[4] = NULL; |