diff options
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 |