commit dce44abec7d22e34ad9f22d391a239977bfd0e5d
parent b83e61aea0d4c03e9ece8826cfad1461562603bf
Author: Chris Allegretta <chrisa@asty.org>
Date: Sat, 16 Mar 2002 01:03:41 +0000
winio.c:do_credits() - Add Thomas Dickey
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1131 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -26,7 +26,11 @@ CVS code -
search_init()
- Fix a missing free (Rocco).
- utils.c:
- stristr() - Defined regardless of NANO_SMALL (noticed by Jordi).
+ stristr()
+ - Defined regardless of NANO_SMALL (noticed by Jordi).
+- winio.c:
+ do_credits()
+ - Add Thomas Dickey.
- po/sv.po:
- Swedish translation updates (Christian Rose).
- po/de.po:
diff --git a/winio.c b/winio.c
@@ -1871,7 +1871,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;
@@ -1882,8 +1882,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");
@@ -1923,6 +1922,10 @@ void do_credits(void)
fsf,
"Linus Torvalds",
ncurses,
+ "Thomas Dickey",
+ "Pavel Curtis",
+ "Zeyd Ben-Halim",
+ "Eric S. Raymond",
anyonelse,
thankyou,
"", "", "", "",