diff options
author | Tor Lillqvist <tml@novell.com> | 2006-01-04 01:46:13 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-01-04 01:46:13 +0000 |
commit | f827de4ec41b5f5bba304f2a062b8d67690542d6 (patch) | |
tree | 4dac390c8c13f03f2599e154d3a6918948b706fa | |
parent | 84f73543db776d750c2d8d5d323254caf1af278a (diff) | |
download | gtk+-f827de4ec41b5f5bba304f2a062b8d67690542d6.tar.gz |
Include also the gtk20-properties message catalogs.
2006-01-04 Tor Lillqvist <tml@novell.com>
* gtk-zip.sh.in: Include also the gtk20-properties message catalogs.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 4 | ||||
-rwxr-xr-x | gtk-zip.sh.in | 3 |
3 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-01-04 Tor Lillqvist <tml@novell.com> + + * gtk-zip.sh.in: Include also the gtk20-properties message catalogs. + 2006-01-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdnd.c: Make it compile diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 11984e7312..6e195f5556 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2006-01-04 Tor Lillqvist <tml@novell.com> + + * gtk-zip.sh.in: Include also the gtk20-properties message catalogs. + 2006-01-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdnd.c: Make it compile diff --git a/gtk-zip.sh.in b/gtk-zip.sh.in index cd706115da..d1ef66c421 100755 --- a/gtk-zip.sh.in +++ b/gtk-zip.sh.in @@ -24,7 +24,8 @@ zip $ZIP share/themes/Default/gtk-2.0-key/gtkrc zip $ZIP share/themes/Emacs/gtk-2.0-key/gtkrc zip $ZIP share/themes/MS-Windows/gtk-2.0/gtkrc -zip -r $ZIP lib/locale/*/LC_MESSAGES/gtk20.mo +zip $ZIP lib/locale/*/LC_MESSAGES/gtk20.mo +zip $ZIP lib/locale/*/LC_MESSAGES/gtk20-properties.mo rm $DEVZIP zip -r $DEVZIP -@ <<EOF |