diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-02-12 23:04:57 +0000 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2009-02-12 23:04:57 +0000 |
commit | 74eaafd2fae8b387816d7030ca4c35de10466826 (patch) | |
tree | 03910b5abf5613e4db67b6f5cf930890f6865445 /configure.in | |
parent | 2d6d7f7d1c6d86c10c39c2043f79622350ed271b (diff) | |
download | nautilus-74eaafd2fae8b387816d7030ca4c35de10466826.tar.gz |
require intltool 0.40.1. use C_() to handle translator comments. Patch by
2009-02-13 Cosimo Cecchi <cosimoc@gnome.org>
* configure.in: require intltool 0.40.1.
* src/file-manager/fm-properties-window.c
(value_field_update_internal): use C_() to handle translator
comments. Patch by A. Walton (#542658).
svn path=/trunk/; revision=14937
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 69930ee69..6a0245271 100644 --- a/configure.in +++ b/configure.in @@ -78,7 +78,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", AM_GLIB_GNU_GETTEXT GLIB_DEFINE_LOCALEDIR(GNOMELOCALEDIR) -IT_PROG_INTLTOOL([0.35.0]) +IT_PROG_INTLTOOL([0.40.1]) dnl ========================================================================== |