diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-24 15:18:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-24 15:18:45 +0000 |
commit | 60066ee3ab1d80569d5c13fc9c14fe082aa28be4 (patch) | |
tree | 5bb81ca47d272144a3c5e8f6314fb6a30106ab2b /plugins/ExternalAPI/m_statusplugins.h | |
parent | f8a58bee25b77af07a938cfdf71bdc00c0446b0a (diff) |
restored compatibility between NAS & SS plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@8258 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI/m_statusplugins.h')
-rw-r--r-- | plugins/ExternalAPI/m_statusplugins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_statusplugins.h b/plugins/ExternalAPI/m_statusplugins.h index 065d91119f..a242805c97 100644 --- a/plugins/ExternalAPI/m_statusplugins.h +++ b/plugins/ExternalAPI/m_statusplugins.h @@ -47,7 +47,7 @@ typedef struct { #define MS_CS_GETPROTOCOUNT "CommonStatus/GetProtocolCount" // added dec '04
// wParam = PROTOCOLSETTINGEX*** (keep it like this for compatibility)
-// lParam = 0
+// lParam = (int) settings count
#define ME_CS_STATUSCHANGEEX "CommonStatus/StatusChangeEx"
// -- startup status --
|