From 3044e7df901f556d6e3557e5eddbfa94be29bf67 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Tue, 9 Jun 2015 19:54:16 +0000 Subject: MessageState: Added description (thx RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@14089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MessageState/src/messagestate.cpp | 2 +- plugins/MessageState/src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/MessageState') diff --git a/plugins/MessageState/src/messagestate.cpp b/plugins/MessageState/src/messagestate.cpp index 34380e4678..827b0767ad 100644 --- a/plugins/MessageState/src/messagestate.cpp +++ b/plugins/MessageState/src/messagestate.cpp @@ -90,7 +90,7 @@ int IconsUpdate(WPARAM hContact, LONGLONG readtime) int OnProtoAck(WPARAM, LPARAM lParam) { ACKDATA *pAck = (ACKDATA *)lParam; - if (pAck && pAck->type == ACKTYPE_MESSAGE && CheckProtoSupport(GetContactProto(pAck->hContact))) + if (pAck && pAck->type == ACKTYPE_MESSAGE && CheckProtoSupport(pAck->szModule)) { if (pAck->result == ACKRESULT_SUCCESS) { diff --git a/plugins/MessageState/src/version.h b/plugins/MessageState/src/version.h index 6a70c46e1c..b0e075d462 100644 --- a/plugins/MessageState/src/version.h +++ b/plugins/MessageState/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "Message state" #define __FILENAME "MessageState.dll" -#define __DESCRIPTION "" +#define __DESCRIPTION "Displays icons in message window showing whether your last outgoing message was read / is still unread." #define __AUTHOR "MikalaiR" #define __AUTHOREMAIL "" #define __AUTHORWEB "http://miranda-ng.org/p/MessageState/" -- cgit v1.2.3