From 35f87b5592e2b47a1689cfe6aa4cab26a74265e5 Mon Sep 17 00:00:00 2001 From: David Maciejak Date: Fri, 3 Mar 2023 08:06:31 +0800 Subject: [PATCH] WRaster: add new file references for translation This patch is adding the references for the two newly added files save_jpeg.c and save_png.c for translation (even if those new files are not adding any new strings to be translated). --- wrlib/po/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wrlib/po/Makefile.am b/wrlib/po/Makefile.am index da27ac8b..985cc96b 100644 --- a/wrlib/po/Makefile.am +++ b/wrlib/po/Makefile.am @@ -22,6 +22,8 @@ POTFILES = \ $(top_srcdir)/wrlib/rotate.c \ $(top_srcdir)/wrlib/flip.c \ $(top_srcdir)/wrlib/convolve.c \ + $(top_srcdir)/wrlib/save_jpeg.c \ + $(top_srcdir)/wrlib/save_png.c \ $(top_srcdir)/wrlib/save_xpm.c \ $(top_srcdir)/wrlib/xutil.c \ $(top_srcdir)/wrlib/load_ppm.c \ -- 2.11.4.GIT