From eabcd602ca023726edc7e28df51e071267e2a545 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Thu, 5 Oct 2006 05:08:56 +0000 Subject: [PATCH] 2006-10-05 [paul] 2.5.3cvs6 * src/common/utils.c fix building with --disable-nls --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/common/utils.c | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3d5231ddf..1bc6ee17a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-05 [paul] 2.5.3cvs6 + + * src/common/utils.c + fix building with --disable-nls + 2006-10-04 [colin] 2.5.3cvs5 * src/folder.c diff --git a/PATCHSETS b/PATCHSETS index 17f01f6ac..fb513c056 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1960,3 +1960,4 @@ ( cvs diff -u -r 1.52.2.25 -r 1.52.2.26 src/prefs_folder_item.c; ) > 2.5.3cvs3.patchset ( cvs diff -u -r 1.52.2.26 -r 1.52.2.27 src/prefs_folder_item.c; ) > 2.5.3cvs4.patchset ( cvs diff -u -r 1.213.2.121 -r 1.213.2.122 src/folder.c; ) > 2.5.3cvs5.patchset +( cvs diff -u -r 1.36.2.82 -r 1.36.2.83 src/common/utils.c; ) > 2.5.3cvs6.patchset diff --git a/configure.ac b/configure.ac index e06161cfd..f13b7b3e1 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=5 MICRO_VERSION=3 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=5 +EXTRA_VERSION=6 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/common/utils.c b/src/common/utils.c index 733857fd1..c0ef0a6f7 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -29,6 +29,7 @@ #else #define _(a) (a) #define N_(a) (a) +#define Q_(a) (a) #endif #include #include -- 2.11.4.GIT