Switched to calcurse-2.4_beta. Fixed compiler flags overwriting and added locale.h include (thanks Cedric for your patch)

This commit is contained in:
Frederic Culot
2008-12-08 19:40:22 +00:00
parent 7ff22e9b3f
commit 722441e054
4 changed files with 13 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
/* $calcurse: i18n.h,v 1.2 2008/04/12 21:14:03 culot Exp $ */
/* $calcurse: i18n.h,v 1.3 2008/12/08 19:40:23 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -32,6 +32,7 @@
#endif /* HAVE_CONFIG_H */
#if ENABLE_NLS
#include <locale.h>
#include <libintl.h>
#undef _
#define _(String) gettext(String)