nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit a131c7c02981a5e47147965a7b3332642d14e36b
parent 8b4ca4a30becd7a1f9f3c313a07bc987c6f8c1bf
Author: Chris Allegretta <chrisa@asty.org>
Date:   Sat, 25 Nov 2000 19:59:41 +0000

Oops, forgot Bill Soudan


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@321 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Mpo/nano.pot | 2+-
Mwinio.c | 3++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/po/nano.pot b/po/nano.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-11-25 00:01-0500\n" +"POT-Creation-Date: 2000-11-25 14:58-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/winio.c b/winio.c @@ -1330,7 +1330,7 @@ void fix_editbot(void) } #ifdef NANO_EXTRA -#define CREDIT_LEN 43 +#define CREDIT_LEN 44 void do_credits(void) { int i, j = 0, k, place = 0, start_x; @@ -1362,6 +1362,7 @@ void do_credits(void) "Daniele Medri", "Clement Laforet", "Tedi Heriyanto", + "Bill Soudan", "Erik Anderson", "Big Gaute", "Joshua Jensen",