nano

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

commit ede44e16ff1408a593b1a7d63dadb25bc81dcaf8
parent c8a2f36e8789fed27956b6cbef08d254da9ac06f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue, 26 Sep 2017 14:43:26 -0500

build: add history.c to the list of files with translatable strings

The recent migration of the history routines forgot to add the new
file to the list of files from which strings should be extracted.

This fixes https://savannah.gnu.org/bugs/?52122.

Diffstat:
Mpo/POTFILES.in | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/po/POTFILES.in b/po/POTFILES.in @@ -5,6 +5,7 @@ src/color.c src/files.c src/global.c src/help.c +src/history.c src/nano.c src/prompt.c src/rcfile.c