diff options
author | Robert Brady <rbrady@src.gnome.org> | 2000-11-10 23:19:54 +0000 |
---|---|---|
committer | Robert Brady <rbrady@src.gnome.org> | 2000-11-10 23:19:54 +0000 |
commit | 87899845766556379239271c2ab294a49376b541 (patch) | |
tree | 71dcd4883f7314f85b6a3546ebaa4c2ec970555c /po | |
parent | f8faec4574fbc9651f369768da85d54ebadc5cbb (diff) | |
download | gtk+-87899845766556379239271c2ab294a49376b541.tar.gz |
Module name has changed for gtk20.
Diffstat (limited to 'po')
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rwxr-xr-x | po/update.pl | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index 3de7e7213e..41eb15dcbf 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2000-11-10 Robert Brady <robert@suse.co.uk> + + * update.pl: Module name is "gtk20" now. + 2000-11-09 Jarkko Ranta <jjranta@cc.joensuu.fi> * fi.po: Updated Finnish translation diff --git a/po/update.pl b/po/update.pl index 6b6b585364..d6b2fc89f9 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"; |