equal
deleted
inserted
replaced
633 |
633 |
634 // Hide the progress note and display the "mailbox deleted" dialog. |
634 // Hide the progress note and display the "mailbox deleted" dialog. |
635 progressNote.close(); |
635 progressNote.close(); |
636 |
636 |
637 HbNotificationDialog *note = new HbNotificationDialog(); |
637 HbNotificationDialog *note = new HbNotificationDialog(); |
638 QString noteText = hbTrId("txt_mail_dpophead_1_deleted").arg(mailboxName.toString()); |
638 QString noteText = hbTrId("txt_mail_dialog_1_deleted").arg(mailboxName.toString()); |
639 note->setTitle(noteText); |
639 note->setTitle(noteText); |
640 note->setAttribute(Qt::WA_DeleteOnClose); |
640 note->setAttribute(Qt::WA_DeleteOnClose); |
641 note->open(this, SLOT(handleMailboxDeleteUpdate(HbAction *))); |
641 note->open(this, SLOT(handleMailboxDeleteUpdate(HbAction *))); |
642 } else { |
642 } else { |
643 // Failed to delete the mailbox! |
643 // Failed to delete the mailbox! |