comparison 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
comparison
equal deleted inserted replaced
3426:ccbcc11a68c2 3427:8fa61405af2b
157 struct aim_user *u; 157 struct aim_user *u;
158 const char *username = gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(name)->entry)); 158 const char *username = gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(name)->entry));
159 const char *password = gtk_entry_get_text(GTK_ENTRY(pass)); 159 const char *password = gtk_entry_get_text(GTK_ENTRY(pass));
160 160
161 if (!strlen(username)) { 161 if (!strlen(username)) {
162 do_error_dialog(_("Please enter your logon"), _("Signon Error")); 162 do_error_dialog(_("Please enter your login."), NULL, GAIM_ERROR);
163 return; 163 return;
164 } 164 }
165 165
166 /* if there is more than one user of the same name, then fuck 166 /* if there is more than one user of the same name, then fuck
167 * them, they just have to use the account editor to sign in 167 * them, they just have to use the account editor to sign in