diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | po/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- include strings from mgaapplet-update-checker & mgaapplet-upgrade-helper + Version 3.9 - 25 January 2014, Colin Guthrie - do not exec pkexec but run it so it has a parent process to fix double fork diff --git a/po/Makefile b/po/Makefile index 243f5497..a7b7c34b 100644 --- a/po/Makefile +++ b/po/Makefile @@ -3,7 +3,7 @@ localedir = $(PREFIX)/usr/share/locale PGOAL = mgaonline -PL_FILES = ../mga*.pm ../mgaupdate ../mgaapplet ../mgaapplet-config +PL_FILES = ../mga*.pm ../mgaupdate ../mgaapplet ../mgaapplet-config ../mgaapplet-update-checker ../mgaapplet-upgrade-helper POFILES = $(shell ls *.po) POFILES = $(shell ls *.po) |