phoneengine/phoneservices/src/urischemehandlerservice.cpp
changeset 56 5bcb308bd24d
parent 46 bc5a64e5bc3c
--- a/phoneengine/phoneservices/src/urischemehandlerservice.cpp	Tue Jul 06 14:15:47 2010 +0300
+++ b/phoneengine/phoneservices/src/urischemehandlerservice.cpp	Wed Aug 18 09:48:26 2010 +0300
@@ -81,6 +81,7 @@
                 hbTrId("txt_phone_info_call_l1").arg(dialString),
                 HbMessageBox::MessageTypeQuestion, 
                 NULL);
+            confirmationNote.setStandardButtons(HbMessageBox::Yes | HbMessageBox::No);
             confirmationNote.setTimeout(0);
             
             const QAction *action = confirmationNote.exec();