aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Gil <lgs@sicem.biz>2003-08-01 18:55:34 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-08-01 18:55:34 +0800
commitb24a01bb5d66bafc0498cd93cff9bd01f43f1e32 (patch)
treee411f5f01892203f6bf6d229ed02fa5b96993545
parent98695c35455cdbf4dd8ab7dca0104d340302521c (diff)
downloadgsoc2013-evolution-b24a01bb5d66bafc0498cd93cff9bd01f43f1e32.tar
gsoc2013-evolution-b24a01bb5d66bafc0498cd93cff9bd01f43f1e32.tar.gz
gsoc2013-evolution-b24a01bb5d66bafc0498cd93cff9bd01f43f1e32.tar.bz2
gsoc2013-evolution-b24a01bb5d66bafc0498cd93cff9bd01f43f1e32.tar.lz
gsoc2013-evolution-b24a01bb5d66bafc0498cd93cff9bd01f43f1e32.tar.xz
gsoc2013-evolution-b24a01bb5d66bafc0498cd93cff9bd01f43f1e32.tar.zst
gsoc2013-evolution-b24a01bb5d66bafc0498cd93cff9bd01f43f1e32.zip
added the include <config.h> line at the beginning to enable gettext.
2003-08-01 Lorenzo Gil <lgs@sicem.biz> * gui/e-alarm-list.c: added the include <config.h> line at the beginning to enable gettext. svn path=/trunk/; revision=22046
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/e-alarm-list.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 7d917a49ab..2789969ffb 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-01 Lorenzo Gil <lgs@sicem.biz>
+
+ * gui/e-alarm-list.c: added the include <config.h> line at the
+ beginning to enable gettext.
+
2003-07-30 Rodrigo Moya <rodrigo@ximian.com>
* cal-client/cal-client-multi.[ch]:
diff --git a/calendar/gui/e-alarm-list.c b/calendar/gui/e-alarm-list.c
index 4f29829c32..469d6de66f 100644
--- a/calendar/gui/e-alarm-list.c
+++ b/calendar/gui/e-alarm-list.c
@@ -20,6 +20,7 @@
* Authors: Hans Petter Jansson <hpj@ximian.com>
*/
+#include <config.h>
#include <string.h>
#include <gtk/gtktreemodel.h>
#include <gtk/gtksignal.h>