ui/commandhandlers/commandhandlerbase/src/glxmpxcommandhandler.cpp
changeset 50 a0f57508af73
parent 45 863223ea6961
child 62 36d93b4dc635
--- a/ui/commandhandlers/commandhandlerbase/src/glxmpxcommandhandler.cpp	Fri Jun 25 15:41:33 2010 +0530
+++ b/ui/commandhandlers/commandhandlerbase/src/glxmpxcommandhandler.cpp	Sat Jul 10 00:59:39 2010 +0530
@@ -487,7 +487,7 @@
             }
             // (else) If error, assume confirmed anyway
         CleanupStack::PopAndDestroy(attributeContext);
-        HbMessageBox::question(qtText, this, SLOT(messageDialogClose(HbAction*)));  
+        HbMessageBox::question(qtText, this, SLOT(messageDialogClose(HbAction*)),HbMessageBox::Ok | HbMessageBox::Cancel);
         }
     else{
         executeMpxCommand(true);
@@ -499,7 +499,7 @@
     QString qtText = ConfirmationTextL(true);
     if(!qtText.isEmpty ())
         {
-        HbMessageBox::question(qtText, this, SLOT(messageDialogClose(HbAction*)));
+        HbMessageBox::question(qtText, this, SLOT(messageDialogClose(HbAction*)),HbMessageBox::Ok |HbMessageBox::Cancel);
         }    
     else{
         executeMpxCommand(true);