diff options
Diffstat (limited to 'metacontacts/meta_services.c')
-rw-r--r-- | metacontacts/meta_services.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metacontacts/meta_services.c b/metacontacts/meta_services.c index 229d3db..033da47 100644 --- a/metacontacts/meta_services.c +++ b/metacontacts/meta_services.c @@ -472,7 +472,7 @@ int MetaFilter_RecvMessage(WPARAM wParam,LPARAM lParam) // should be able to do this, but some protos mess with the memory
if(options.use_proto_recv)
{
- // use the subcontact's protocol 'recv' service to add the db (AIMOSCAR removes HTML here!) if possible
+ // use the subcontact's protocol 'recv' service to add the meta's history (AIMOSCAR removes HTML here!) if possible
char *proto = (char *)CallService(MS_PROTO_GETCONTACTBASEPROTO, (WPARAM)ccs->hContact, 0);
if(proto) {
char service[256];
|