]> git.wh0rd.org Git - nano.git/commitdiff
winio.c:do_credits() - Add Thomas Dickey
authorChris Allegretta <chrisa@asty.org>
Sat, 16 Mar 2002 01:19:31 +0000 (01:19 +0000)
committerChris Allegretta <chrisa@asty.org>
Sat, 16 Mar 2002 01:19:31 +0000 (01:19 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@1132 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
winio.c

index 43d0884f8179898630d0042a9965590f0bf84e58..c0cffc735a57780070ea7205c9c3257dfd401b8b 100644 (file)
--- 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 90cd9cb2d0a584a56958474f81c1047f952a5fe5..31313628b1a245404dd4276667832435b7440e10 100644 (file)
--- 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,
                        "", "", "", "",