nano

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

commit 1903713225ce7f5bec7a4960308c827c7086321a
parent a016d1939d1487a919da9aba4c0549a3f619c85c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed,  9 Nov 2005 00:34:52 +0000

add prompt.c to the list of translated files, since it now has
translatable strings


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

Diffstat:
Mpo/ChangeLog | 4++++
Mpo/POTFILES.in | 1+
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/po/ChangeLog b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-11-08 David Lawrence Ramsey <pooka109@cox.net> + + * POTFILES.in: Add prompt.c. + 2005-11-05 David Lawrence Ramsey <pooka109@cox.net> * POTFILES.in: Add browser.c. diff --git a/po/POTFILES.in b/po/POTFILES.in @@ -6,6 +6,7 @@ src/files.c src/global.c src/help.c src/nano.c +src/prompt.c src/rcfile.c src/search.c src/text.c