--- 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);