diff libpurple/protocols/msn/msn.c @ 22775:0be4c1f0fa55

This patch from Jaywalker enables text to appear in the screen name entry box. This text is intended to be helpful and let the user know what to enter.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Wed, 30 Apr 2008 03:24:35 +0000
parents 6aa076a2ea6f
children 01e375e9b681 087c3ed328d3
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.c	Tue Apr 29 03:59:45 2008 +0000
+++ b/libpurple/protocols/msn/msn.c	Wed Apr 30 03:24:35 2008 +0000
@@ -132,6 +132,9 @@
 	return list;
 }
 
+const char *msn_get_login_label() {
+	return _("E-mail Address...");
+}
 
 static PurpleCmdRet
 msn_cmd_nudge(PurpleConversation *conv, const gchar *cmd, gchar **args, gchar **error, void *data)
@@ -2306,9 +2309,7 @@
 	NULL,					/* unregister_user */
 	msn_send_attention,                     /* send_attention */
 	msn_attention_types,                    /* attention_types */
-
-	/* padding */
-	NULL
+	msn_get_login_label			/* account_login_label */
 };
 
 static PurplePluginInfo info =