diff src/aim.c @ 3427:8fa61405af2b

[gaim-migrate @ 3453] Who never commits anything *now*, Etan? I changed most of the error message text around. If you think any of it should be different, just let me know, or send a patch. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 25 Aug 2002 10:51:24 +0000
parents 412d1035d666
children d33ec392a5e1
line wrap: on
line diff
--- a/src/aim.c	Sun Aug 25 06:08:15 2002 +0000
+++ b/src/aim.c	Sun Aug 25 10:51:24 2002 +0000
@@ -159,7 +159,7 @@
 	const char *password = gtk_entry_get_text(GTK_ENTRY(pass));
 
 	if (!strlen(username)) {
-		do_error_dialog(_("Please enter your logon"), _("Signon Error"));
+		do_error_dialog(_("Please enter your login."), NULL, GAIM_ERROR);
 		return;
 	}