From 1cbd2f5a33ee8efadf6377da55bd6cb33a31608b Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Wed, 19 Apr 2017 10:27:23 -0700 Subject: [PATCH] LinGui: fix POTFILE list When I changed a file name I forgot to change this list. This list is used to generate the translation template file. --- gtk/po/POTFILES.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk/po/POTFILES.in b/gtk/po/POTFILES.in index 409b50148..d6cc3d135 100644 --- a/gtk/po/POTFILES.in +++ b/gtk/po/POTFILES.in @@ -1,7 +1,5 @@ # List of source files containing translatable strings. -[type: gettext/glade] src/ghb.ui -[type: gettext/glade] src/ghb-3.12.ui -[type: gettext/glade] src/ghb-3.14.ui +[type: gettext/glade] src/ghb.m4 src/main.c src/audiohandler.c src/callbacks.c -- 2.40.0