changeset 13185:87d9db90bf6e

[gaim-migrate @ 15548] Update to use intltool-update, rather than update.pl committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 08 Feb 2006 20:56:15 +0000
parents 2d68ea9616b3
children 7df94dba7ab8
files po/stats.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/po/stats.pl	Wed Feb 08 19:49:54 2006 +0000
+++ b/po/stats.pl	Wed Feb 08 20:56:15 2006 +0000
@@ -43,7 +43,7 @@
 
 $now = `date`;
 
-system("./update.pl --pot > /dev/null");
+system("intltool-update --pot > /dev/null");
 
 $_ = `msgfmt --statistics $PACKAGE.pot -o /dev/null 2>&1`;