diff pidgin/plugins/markerline.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 38f4670c3daa
children a3f7ade9e45b
line wrap: on
line diff
--- a/pidgin/plugins/markerline.c	Wed Feb 18 03:47:52 2009 +0000
+++ b/pidgin/plugins/markerline.c	Wed Feb 18 04:31:31 2009 +0000
@@ -21,7 +21,7 @@
 
 #define PLUGIN_ID			"gtk-plugin_pack-markerline"
 #define PLUGIN_NAME			N_("Markerline")
-#define PLUGIN_STATIC_NAME	"Markerline"
+#define PLUGIN_STATIC_NAME	Markerline
 #define PLUGIN_SUMMARY		N_("Draw a line to indicate new messages in a conversation.")
 #define PLUGIN_DESCRIPTION	N_("Draw a line to indicate new messages in a conversation.")
 #define PLUGIN_AUTHOR		"Sadrul H Chowdhury <sadrul@users.sourceforge.net>"