diff libpurple/protocols/myspace/myspace.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 c7742b830585
children 01e375e9b681 087c3ed328d3
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c	Tue Apr 29 03:59:45 2008 +0000
+++ b/libpurple/protocols/myspace/myspace.c	Wed Apr 30 03:24:35 2008 +0000
@@ -2449,6 +2449,10 @@
 	return normalized;
 }
 
+const char *msim_get_login_label() {
+	return _("E-mail Address...");
+}
+
 /** Return whether the buddy can be messaged while offline.
  *
  * The protocol supports offline messages in just the same way as online
@@ -3131,7 +3135,7 @@
 	NULL,                  /* unregister_user */
 	msim_send_attention,   /* send_attention */
 	msim_attention_types,  /* attention_types */
-	NULL                /* _purple_reserved4 */
+	msim_get_login_label /* get screen name field title */
 };