|
From: Sebastian B. <sb...@us...> - 2001-09-30 21:15:26
|
Update of /cvsroot/simplemail/amiga-mui
In directory usw-pr-cvs1:/tmp/cvs-serv19382
Modified Files:
support.c
Log Message:
Translate the error messages
Index: support.c
===================================================================
RCS file: /cvsroot/simplemail/amiga-mui/support.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** support.c 2001/09/09 21:21:25 1.19
--- support.c 2001/09/30 21:15:23 1.20
***************
*** 38,41 ****
--- 38,42 ----
#include "errorwnd.h"
#include "muistuff.h"
+ #include "smintl.h"
#include "subthreads.h"
#include "support.h"
***************
*** 328,332 ****
void tell_str(char *str)
{
! error_add_message(str);
}
--- 329,333 ----
void tell_str(char *str)
{
! error_add_message(_(str));
}
|