diff options
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; |