cmmanager/cpdestinationplugin/src/cpadddestinationentryitemdata.cpp
changeset 72 0c32cf868819
parent 56 dd6aaa97e7b1
equal deleted inserted replaced
71:9f263f780e41 72:0c32cf868819
   214     
   214     
   215     // Destination name NOK. Inform user and ask again.
   215     // Destination name NOK. Inform user and ask again.
   216     HbMessageBox *note = new HbMessageBox(HbMessageBox::MessageTypeInformation);
   216     HbMessageBox *note = new HbMessageBox(HbMessageBox::MessageTypeInformation);
   217     note->clearActions();
   217     note->clearActions();
   218     note->setAttribute(Qt::WA_DeleteOnClose);
   218     note->setAttribute(Qt::WA_DeleteOnClose);
   219     QString info = hbTrId("txt_occ_info_invalid_name");
   219     QString info = hbTrId("txt_occ_info_name_already_in_use");
   220     note->setText(info);
   220     note->setText(info);
   221     note->setTimeout(HbPopup::NoTimeout);
   221     note->setTimeout(HbPopup::NoTimeout);
   222     HbAction *errorOk = new HbAction(
   222     HbAction *errorOk = new HbAction(
   223         hbTrId("txt_common_button_ok"),
   223         hbTrId("txt_common_button_ok"),
   224         note);
   224         note);