summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-06-09 19:54:16 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-06-09 19:54:16 +0000
commit3044e7df901f556d6e3557e5eddbfa94be29bf67 (patch)
treecb923f8c09b6c553c457a7e45c8bdbebe9be0463
parentc5246c7f79804274be40cad3cb8d48fe1f67e050 (diff)
MessageState: Added description (thx RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@14089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/MessageState/src/messagestate.cpp2
-rw-r--r--plugins/MessageState/src/version.h2
2 files changed, 2 insertions, 2 deletions
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/"