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 | |
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
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/e-alarm-list.c | 1 |
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> |