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

ChangeLog
winio.c

index 2188820b7acfc909f4cf6249db99d309364549fa..51366f7298719cd5e34c7a54ebb330a38ea46e79 100644 (file)
--- 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
index 892c0f181ac5a85d46174e01d096ea5bba155478..81f686e2359b351cbf79c1b0e01d3baff514db00 100644 (file)
--- 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,
        "", "", "", "",