diff options
author | ElzorFox <elzorfox@ya.ru> | 2019-01-18 13:31:50 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2019-01-18 13:31:50 +0500 |
commit | 73b8de6d32ee10e80f1905e07ce5674de54f2571 (patch) | |
tree | 0dd0d90334de4cb1dac5e3ff44e8781077114c11 /plugins/ExternalAPI | |
parent | 4ffc9c6cfb60f8e4f83dc27224cbbcf121800b82 (diff) |
cosmetic
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_seenplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_seenplugin.h b/plugins/ExternalAPI/m_seenplugin.h index 0fc30e1fa4..2fc073bdd8 100644 --- a/plugins/ExternalAPI/m_seenplugin.h +++ b/plugins/ExternalAPI/m_seenplugin.h @@ -4,7 +4,7 @@ * Get last seen string * WPARAM = hContact * LPARAM = NULL -* returns a WCHAR* - containg the parsed last seen time. This need to be free using miranda free. +* returns a LPWSTR - containg the parsed last seen time (as menu item option). This need to be free using miranda free. */ #define MS_LASTSEEN_GET "Lastseen/Get"
\ No newline at end of file |