pidgin/plugins/win32/transparency/win2ktrans.c

branch
soc.2013.gobjectification.plugins
changeset 36935
5384600e613c
parent 36934
e7268aeb3b89
child 36965
93fdec05493e
--- a/pidgin/plugins/win32/transparency/win2ktrans.c	Mon Oct 28 00:02:17 2013 +0530
+++ b/pidgin/plugins/win32/transparency/win2ktrans.c	Mon Oct 28 01:11:47 2013 +0530
@@ -616,21 +616,21 @@
 	};
 
 	return pidgin_plugin_info_new(
-		"id",                      WINTRANS_PLUGIN_ID,
-		"name",                    N_("Transparency"),
-		"version",                 DISPLAY_VERSION,
-		"category",                N_("User interface"),
-		"summary",                 N_("Variable Transparency for the buddy "
-		                              "list and conversations."),
-		"description",             N_("This plugin enables variable alpha "
-		                              "transparency on conversation windows "
-		                              "and the buddy list.\n\n"
-		                              "* Note: This plugin requires Win2000 or "
-		                              "greater."),
-		"authors",                 authors,
-		"website",                 PURPLE_WEBSITE,
-		"abi-version",             PURPLE_ABI_VERSION,
-		"pidgin-config-frame-cb",  get_config_frame,
+		"id",                   WINTRANS_PLUGIN_ID,
+		"name",                 N_("Transparency"),
+		"version",              DISPLAY_VERSION,
+		"category",             N_("User interface"),
+		"summary",              N_("Variable Transparency for the buddy "
+		                           "list and conversations."),
+		"description",          N_("This plugin enables variable alpha "
+		                           "transparency on conversation windows "
+		                           "and the buddy list.\n\n"
+		                           "* Note: This plugin requires Win2000 or "
+		                           "greater."),
+		"authors",              authors,
+		"website",              PURPLE_WEBSITE,
+		"abi-version",          PURPLE_ABI_VERSION,
+		"gtk-config-frame-cb",  get_config_frame,
 		NULL
 	);
 }

mercurial