ui/commandhandlers/commandhandlerbase/src/glxmpxcommandhandler.cpp
changeset 55 fb37077c270f
parent 49 f291796e213d
child 62 36d93b4dc635
--- a/ui/commandhandlers/commandhandlerbase/src/glxmpxcommandhandler.cpp	Tue Jul 06 14:16:16 2010 +0300
+++ b/ui/commandhandlers/commandhandlerbase/src/glxmpxcommandhandler.cpp	Wed Aug 18 09:48:53 2010 +0300
@@ -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);