diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-02 16:52:41 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-02 16:52:41 +0000 |
commit | 93f84eefca371088555123d400d86c54f7f25bd4 (patch) | |
tree | f101f66e937da5a19301ae910bb2961d73b7647a | |
parent | 8afe326e69706f6bbcd501d4ea93656370a68162 (diff) |
Dropbox: added ProtoBroadcastAck
git-svn-id: http://svn.miranda-ng.org/main/trunk@16395 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Dropbox/src/dropbox_services.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dropbox/src/dropbox_services.cpp b/plugins/Dropbox/src/dropbox_services.cpp index 441afaf517..71a4be729c 100644 --- a/plugins/Dropbox/src/dropbox_services.cpp +++ b/plugins/Dropbox/src/dropbox_services.cpp @@ -146,6 +146,7 @@ INT_PTR CDropbox::ProtoSendMessage(WPARAM, LPARAM lParam) }
}
+ ProtoBroadcastAck(MODULE, pccsd->hContact, ACKTYPE_MESSAGE, ACKRESULT_SUCCESS, 0, 0);
char help[1024];
mir_snprintf(help, Translate("\"%s\" is not valid.\nUse \"/help\" for more info."), szMessage);
CallContactService(GetDefaultContact(), PSR_MESSAGE, 0, (LPARAM)help);
|