diff options
author | Lorenzo Gil <lgs@sicem.biz> | 2003-08-01 18:55:34 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-08-01 18:55:34 +0800 |
commit | b24a01bb5d66bafc0498cd93cff9bd01f43f1e32 (patch) | |
tree | e411f5f01892203f6bf6d229ed02fa5b96993545 /calendar/gui/e-alarm-list.c | |
parent | 98695c35455cdbf4dd8ab7dca0104d340302521c (diff) | |
download | gsoc2013-evolution-b24a01bb5d66bafc0498cd93cff9bd01f43f1e32.tar.gz 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
Diffstat (limited to 'calendar/gui/e-alarm-list.c')
-rw-r--r-- | calendar/gui/e-alarm-list.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |