ipsservices/nmipssettings/src/nmipssettingshelper.cpp
changeset 57 ae34e1715e21
parent 56 15bc1d5d6267
child 62 a8c646b56683
equal deleted inserted replaced
56:15bc1d5d6267 57:ae34e1715e21
   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!