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.
master
David Lawrence Ramsey 2017-09-26 14:43:26 -05:00 committed by Benno Schulenberg
parent c8a2f36e87
commit ede44e16ff
1 changed files with 1 additions and 0 deletions

View File

@ -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