Fix N_SE-46749
authorAmith Kumar Mahale <amith.m@samsung.com>
Wed, 17 Jul 2013 10:11:41 +0000 (15:41 +0530)
committerAmith Kumar Mahale <amith.m@samsung.com>
Wed, 17 Jul 2013 10:11:41 +0000 (15:41 +0530)
Change-Id: Ibf2310fa426eaddad180f05abb8d7cbefff71a6f
Signed-off-by: Amith Kumar Mahale <amith.m@samsung.com>
src/ClEventEditorForm.cpp

index 968c87d..97859ce 100644 (file)
@@ -981,7 +981,7 @@ EventEditorForm::OnActionPerformed(const Control& source, int actionId)
                        }
 
                        MessageBox msgBox;
-                       msgBox.Construct(L"", msgString, MSGBOX_STYLE_OK);
+                       msgBox.Construct(L"", msgString, MSGBOX_STYLE_OK,300000);
                        int modalResult;
                        msgBox.ShowAndWait(modalResult);
                        return;