]> git.wh0rd.org Git - nano.git/commitdiff
winio.c: - Add David Lawrence Ramsey to credits
authorChris Allegretta <chrisa@asty.org>
Sat, 25 Aug 2001 16:00:53 +0000 (16:00 +0000)
committerChris Allegretta <chrisa@asty.org>
Sat, 25 Aug 2001 16:00:53 +0000 (16:00 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@749 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
winio.c

index 8fa5fcdc235d536a218bbed4ca0be46a392d505f..44ffaa983353f29fbd463a3bad0a9e7ef145b190 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,9 @@ CVS code -
          clear the backupstring without making it global (messy), so we
          use a flag instead (just as messy?)
 - nano.texi:
-       -corrected the Mouse Toggle section, noticed by Daniel Bonniot.
+       - corrected the Mouse Toggle section, noticed by Daniel Bonniot.
+- winio.c:
+       - Add David Lawrence Ramsey to credits.
 
 nano-1.1.1 - 07/28/2001
 - General
diff --git a/winio.c b/winio.c
index f96e563dceec8a755760e7214e1f41dbd321be51..8bf70063e521b2b1f5b58c22a5822cba70f82ee2 100644 (file)
--- a/winio.c
+++ b/winio.c
@@ -1653,7 +1653,7 @@ void do_replace_highlight(int highlight_flag, char *word)
 }
 
 #ifdef NANO_EXTRA
-#define CREDIT_LEN 47
+#define CREDIT_LEN 48
 void do_credits(void)
 {
     int i, j = 0, k, place = 0, start_x;
@@ -1692,6 +1692,7 @@ void do_credits(void)
                        "Joshua Jensen",
                        "Ryan Krebs",
                        "Albert Chin",
+                       "David Lawrence Ramsey",
                        "",
                        specialthx,
                        "Plattsburgh State University",