From ede44e16ff1408a593b1a7d63dadb25bc81dcaf8 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey <pooka109@gmail.com> Date: Tue, 26 Sep 2017 14:43:26 -0500 Subject: [PATCH] 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. --- po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) diff --git a/po/POTFILES.in b/po/POTFILES.in index dcf7a9fb..35fc2858 100644 --- 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 -- GitLab