Add the appropriate #include for the _() macro.
2002-07-17 Jeffrey Stedfast <fejj@ximian.com> * camel-lock.c: Add the appropriate #include for the _() macro. svn path=/trunk/; revision=17499
This commit is contained in:
committed by
Jeffrey Stedfast
parent
8206e5ddef
commit
0eadce4e00
@ -1,3 +1,7 @@
|
||||
2002-07-17 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* camel-lock.c: Add the appropriate #include for the _() macro.
|
||||
|
||||
2002-07-17 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
* providers/pop3/camel-pop3-store.c (pop3_try_authenticate): Got
|
||||
|
||||
@ -52,8 +52,8 @@
|
||||
|
||||
#include "camel-lock.h"
|
||||
|
||||
/* dunno where this fucking thing is got from */
|
||||
#define _(x) (x)
|
||||
#include "gnome-i18n.h" /* for _() */
|
||||
|
||||
|
||||
#define d(x) /*(printf("%s(%d): ", __FILE__, __LINE__),(x))*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user