comparison src/protocols/sametime/sametime.c @ 13970:4a2e9c494bed

[gaim-migrate @ 16528] Fixed sametime prpl when using static compilation. committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Thu, 20 Jul 2006 13:04:35 +0000
parents 614c56622453
children ff4ee4ac4408
comparison
equal deleted inserted replaced
13969:8934a27fed4b 13970:4a2e9c494bed
73 73
74 /* considering that there's no display of this information for prpls, 74 /* considering that there's no display of this information for prpls,
75 I don't know why I even bother providing these. Oh valiant reader, 75 I don't know why I even bother providing these. Oh valiant reader,
76 I do it all for you. */ 76 I do it all for you. */
77 /* scratch that, I just added it to the prpl options panel */ 77 /* scratch that, I just added it to the prpl options panel */
78 #define PLUGIN_ID "prpl-meanwhile" 78 #define PLUGIN_ID "prpl-sametime"
79 #define PLUGIN_NAME "Sametime" 79 #define PLUGIN_NAME "Sametime"
80 #define PLUGIN_SUMMARY "Sametime Protocol Plugin" 80 #define PLUGIN_SUMMARY "Sametime Protocol Plugin"
81 #define PLUGIN_DESC "Open implementation of a Lotus Sametime client" 81 #define PLUGIN_DESC "Open implementation of a Lotus Sametime client"
82 #define PLUGIN_AUTHOR "Christopher (siege) O'Brien <siege@preoccupied.net>" 82 #define PLUGIN_AUTHOR "Christopher (siege) O'Brien <siege@preoccupied.net>"
83 #define PLUGIN_HOMEPAGE "http://meanwhile.sourceforge.net/" 83 #define PLUGIN_HOMEPAGE "http://meanwhile.sourceforge.net/"