changeset 4652:0f8717733f33

[gaim-migrate @ 4963] damned nymphs. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 06 Mar 2003 01:02:51 +0000
parents 877407fc8cc3
children 11896bb80834
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Wed Mar 05 07:58:29 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Thu Mar 06 01:02:51 2003 +0000
@@ -3272,9 +3272,9 @@
 	debug_printf("Disconnected.  Code is 0x%04x and msg is %s\n", code, msg);
 	if ((fr) && (fr->conn) && (fr->conn->type == AIM_CONN_TYPE_BOS)) {
 		if (code == 0x0001) {
-			hide_login_progress(gc, _("You have been disconnected because you have signed on with this screen name at another location."));
+			hide_login_progress_error(gc, _("You have been disconnected because you have signed on with this screen name at another location."));
 		} else {
-			hide_login_progress(gc, _("You have been signed off for an unknown reason."));
+			hide_login_progress_error(gc, _("You have been signed off for an unknown reason."));
 		}
 	}