comparison pidgin/plugins/convcolors.c @ 25124:ea62e934c80b

Fix some more mis-identified plugins, like 3b3526a0... References #8448.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 18 Feb 2009 04:31:31 +0000
parents 2d4c3b775620
children af4a4ebc6441
comparison
equal deleted inserted replaced
25123:ba717632d0da 25124:ea62e934c80b
19 */ 19 */
20 #include "internal.h" 20 #include "internal.h"
21 21
22 #define PLUGIN_ID "gtk-plugin_pack-convcolors" 22 #define PLUGIN_ID "gtk-plugin_pack-convcolors"
23 #define PLUGIN_NAME N_("Conversation Colors") 23 #define PLUGIN_NAME N_("Conversation Colors")
24 #define PLUGIN_STATIC_NAME "Conversation Colors" 24 #define PLUGIN_STATIC_NAME ConversationColors
25 #define PLUGIN_SUMMARY N_("Customize colors in the conversation window") 25 #define PLUGIN_SUMMARY N_("Customize colors in the conversation window")
26 #define PLUGIN_DESCRIPTION N_("Customize colors in the conversation window") 26 #define PLUGIN_DESCRIPTION N_("Customize colors in the conversation window")
27 #define PLUGIN_AUTHOR "Sadrul H Chowdhury <sadrul@users.sourceforge.net>" 27 #define PLUGIN_AUTHOR "Sadrul H Chowdhury <sadrul@users.sourceforge.net>"
28 28
29 /* System headers */ 29 /* System headers */