diff options
author | Lucas Rocha <lucasr@gnome.org> | 2009-01-09 10:31:03 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2009-01-09 10:31:03 +0000 |
commit | 977276a9f9ea2c4d727b28839059f5d3bb1c54c7 (patch) | |
tree | 77e51a7ee98f253f632a42fe9e55f0415aee5a48 | |
parent | translator comment for file-filter option string (Fixes bug #547202). (diff) | |
download | zenity-977276a9f9ea2c4d727b28839059f5d3bb1c54c7.tar.gz zenity-977276a9f9ea2c4d727b28839059f5d3bb1c54c7.tar.bz2 zenity-977276a9f9ea2c4d727b28839059f5d3bb1c54c7.zip |
depend on intltool 0.40.0.
2009-01-09 Lucas Rocha <lucasr@gnome.org>
* configure.in: depend on intltool 0.40.0.
svn path=/trunk/; revision=1465
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2009-01-09 Lucas Rocha <lucasr@gnome.org> + * configure.in: depend on intltool 0.40.0. + +2009-01-09 Lucas Rocha <lucasr@gnome.org> + * src/option.c: translator comment for file-filter option string (Fixes bug #547202). Patch from Frederic Peters <fpeters@0d.be>. diff --git a/configure.in b/configure.in index 3ef60d7c..a77e2e19 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ GNOME_DOC_INIT AM_MAINTAINER_MODE -IT_PROG_INTLTOOL([0.35.0]) +IT_PROG_INTLTOOL([0.40.0]) AC_PROG_CC |