more alertpanel fixes
[claws.git] / src / account.c
index 55184df9b94a111bbc1b1a35bfbb00cf2855f09a..98ae1f3b46d4a357ded243f59a86b48b31df0dd4 100644 (file)
@@ -306,8 +306,9 @@ void account_edit_open(void)
        inc_lock();
 
        if (compose_get_compose_list()) {
-               alertpanel_notice(_("Some composing windows are open.\n"
-                                   "Please close all the composing windows before editing the accounts."));
+               alertpanel_error(_("Some composing windows are open.\n"
+                                   "Please close all the composing "
+                                   "windows before editing the accounts."));
                inc_unlock();
                return;
        }