clientprovisioning/cpqtsp/src/CpMessage.cpp
changeset 62 03849bd79877
parent 45 0f9fc722d255
--- a/clientprovisioning/cpqtsp/src/CpMessage.cpp	Fri Sep 03 22:23:57 2010 +0530
+++ b/clientprovisioning/cpqtsp/src/CpMessage.cpp	Fri Sep 17 19:58:05 2010 +0530
@@ -64,6 +64,11 @@
     HbMessageBox *box = new HbMessageBox(hbTrId("txt_device_update_info_settings_are_already_saved"),HbMessageBox::MessageTypeQuestion);
     box->setAttribute(Qt::WA_DeleteOnClose);
     box->setTimeout(HbPopup::NoTimeout);
+    box->clearActions(); 
+		HbAction * action1 = new HbAction(hbTrId("txt_common_button_save"));
+		HbAction * action2 = new HbAction(hbTrId("txt_common_button_cancel"));	
+		box->addAction(action1);
+		box->addAction(action2);	
     box->open(this,SLOT(saveSettingDialogClosed(HbAction*)));
     }