From 770ebabb17fd309cfe8755a65d939b2ec26c4a69 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Sat, 16 Mar 2002 01:19:31 +0000 Subject: [PATCH] winio.c:do_credits() - Add Thomas Dickey git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@1132 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 3 +++ winio.c | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 43d0884f..c0cffc73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,9 @@ CVS code - strcasestr() - Renamed to stristr since strcasestr has not been confirmed to be detected properly on various Linux systems. +- winio.c: + do_credits() + - Add Thomas Dickey. - THANKS: - Added missing entry for Eivind Kjørstad. - po/no.po: diff --git a/winio.c b/winio.c index 90cd9cb2..31313628 100644 --- a/winio.c +++ b/winio.c @@ -1401,7 +1401,7 @@ void do_replace_highlight(int highlight_flag, char *word) } #ifdef NANO_EXTRA -#define CREDIT_LEN 48 +#define CREDIT_LEN 52 void do_credits(void) { int i, j = 0, k, place = 0, start_x; @@ -1412,7 +1412,7 @@ void do_credits(void) char *brought = _("Brought to you by:"); char *specialthx = _("Special thanks to:"); char *fsf = _("The Free Software Foundation"); - char *ncurses = _("Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses"); + char *ncurses = _("For ncurses:"); char *anyonelse = _("and anyone else we forgot..."); char *thankyou = _("Thank you for using nano!\n"); @@ -1452,6 +1452,10 @@ void do_credits(void) fsf, "Linus Torvalds", ncurses, + "Thomas Dickey", + "Pavel Curtis", + "Zeyd Ben-Halim", + "Eric S. Raymond", anyonelse, thankyou, "", "", "", "", -- 2.39.5