--- 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; }