src/protocols/zephyr/zephyr.c

changeset 5436
a0e0bacaa196
parent 5234
8320a1cb0274
child 5606
5551bcc7e59b
--- a/src/protocols/zephyr/zephyr.c	Sun May 18 19:13:21 2003 +0000
+++ b/src/protocols/zephyr/zephyr.c	Sun May 18 19:59:02 2003 +0000
@@ -594,8 +594,11 @@
 	ZSubscription_t sub;
 
 	if (zgc) {
-		do_error_dialog(_("Already logged in with Zephyr"), _("Because Zephyr uses your system username, you are unable to "
-				"have multiple accounts on it when logged in as the same user."), GAIM_ERROR);
+		gaim_notify_error(account->gc, NULL,
+						  _("Already logged in with Zephyr"),
+						  _("Because Zephyr uses your system username, you "
+							"are unable to have multiple accounts on it "
+							"when logged in as the same user."));
 		return;
 	}
 

mercurial