From 87899845766556379239271c2ab294a49376b541 Mon Sep 17 00:00:00 2001 From: Robert Brady Date: Fri, 10 Nov 2000 23:19:54 +0000 Subject: [PATCH] Module name has changed for gtk20. --- po/ChangeLog | 4 ++++ po/update.pl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/po/ChangeLog b/po/ChangeLog index 3de7e7213..41eb15dcb 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2000-11-10 Robert Brady + + * update.pl: Module name is "gtk20" now. + 2000-11-09 Jarkko Ranta * fi.po: Updated Finnish translation diff --git a/po/update.pl b/po/update.pl index 6b6b58536..d6b2fc89f 100755 --- a/po/update.pl +++ b/po/update.pl @@ -8,7 +8,7 @@ $VERSION = "1.2.5 beta 2"; $LANG = $ARGV[0]; -$PACKAGE = "gtk+"; +$PACKAGE = "gtk20"; if (! $LANG){ print "update.pl: missing file arguments\n";