diff 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
line wrap: on
line diff
--- a/pidgin/plugins/convcolors.c	Wed Feb 18 03:47:52 2009 +0000
+++ b/pidgin/plugins/convcolors.c	Wed Feb 18 04:31:31 2009 +0000
@@ -21,7 +21,7 @@
 
 #define PLUGIN_ID			"gtk-plugin_pack-convcolors"
 #define PLUGIN_NAME			N_("Conversation Colors")
-#define PLUGIN_STATIC_NAME	"Conversation Colors"
+#define PLUGIN_STATIC_NAME	ConversationColors
 #define PLUGIN_SUMMARY		N_("Customize colors in the conversation window")
 #define PLUGIN_DESCRIPTION	N_("Customize colors in the conversation window")
 #define PLUGIN_AUTHOR		"Sadrul H Chowdhury <sadrul@users.sourceforge.net>"