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
This commit is contained in:
Lorenzo Gil
2003-08-01 10:55:34 +00:00
committed by Rodrigo Moya
parent 98695c3545
commit b24a01bb5d
2 changed files with 6 additions and 0 deletions

View File

@ -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]:

View File

@ -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>