summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorChristophe Merlet <redfox@src.gnome.org>2001-02-06 19:01:43 +0000
committerChristophe Merlet <redfox@src.gnome.org>2001-02-06 19:01:43 +0000
commit6aa710b91b43c52dba94933e2bcde15a5904fd21 (patch)
tree205747e289ec6ea541088faed3cd0d1e207e9c56 /po
parent8eb4c37e3dd3a29833e699a24fee14ddec1f474f (diff)
downloadgdk-pixbuf-6aa710b91b43c52dba94933e2bcde15a5904fd21.tar.gz
PACKAGE must be gtk20, no?
Diffstat (limited to 'po')
-rw-r--r--po/.cvsignore1
-rw-r--r--po/ChangeLog4
-rwxr-xr-xpo/update.sh2
3 files changed, 5 insertions, 2 deletions
diff --git a/po/.cvsignore b/po/.cvsignore
index 376b99479..af486e005 100644
--- a/po/.cvsignore
+++ b/po/.cvsignore
@@ -6,6 +6,5 @@ Makefile.in.in
POTFILES
cat-id-tbl.c
gtk20.pot
-gtk+.pot
messages
stamp-cat-id
diff --git a/po/ChangeLog b/po/ChangeLog
index 28e7d45fb..9ebc0862a 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,5 +1,9 @@
2001-02-06 Christophe Merlet <redfox@eikonex.org>
+ * update.sh: PACKAGE must be gtk20, isn't it ?.
+
+2001-02-06 Christophe Merlet <redfox@eikonex.org>
+
* fr.po: Updated French translation.
2001-01-29 Kjartan Maraas <kmaraas@gnome.org>
diff --git a/po/update.sh b/po/update.sh
index c5c196a18..dfbca6402 100755
--- a/po/update.sh
+++ b/po/update.sh
@@ -1,7 +1,7 @@
#!/bin/sh
VERSION="1.2.5"
-PACKAGE="gtk+"
+PACKAGE="gtk20"
if [ "x$1" = "x--help" ]; then