aboutsummaryrefslogtreecommitdiffstats
path: root/rpa.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-03 18:24:54 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-03 18:24:54 +0000
commit48a0f2782870aca73c3a713a7719f99e479d29ba (patch)
tree9dc4e69fc6243e91ec7d561e783237c42525535d /rpa.c
parent1d3505994cbf22da08b342001a3411279fc32249 (diff)
downloadfetchmail-48a0f2782870aca73c3a713a7719f99e479d29ba.tar.gz
fetchmail-48a0f2782870aca73c3a713a7719f99e479d29ba.tar.bz2
fetchmail-48a0f2782870aca73c3a713a7719f99e479d29ba.zip
Nalin Dahyabhai's fix to make rpa.c compile. Sent by Miloslav Trmac.
svn path=/trunk/; revision=4073
Diffstat (limited to 'rpa.c')
-rw-r--r--rpa.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/rpa.c b/rpa.c
index 7a3cae8a..cb61b3f2 100644
--- a/rpa.c
+++ b/rpa.c
@@ -114,10 +114,10 @@ int POP3_auth_rpa (unsigned char *userid, unsigned char *passphrase, int socket)
unsigned char buf [POPBUFSIZE];
unsigned char *bufp;
int status,aulin,kuslin;
- char* stdec[4] = { NGT_("Success") ,
- NGT_("Restricted user (something wrong with account)") ,
- NGT_("Invalid userid or passphrase") ,
- NGT_("Deity error") };
+ char* stdec[4] = { N_("Success") ,
+ N_("Restricted user (something wrong with account)") ,
+ N_("Invalid userid or passphrase") ,
+ N_("Deity error") };
/* Initiate RPA authorisation */