messagingapp/msgui/unifiededitor/src/msgunieditorsubject.cpp
changeset 41 25fe1fe642e3
parent 37 518b245aa84c
child 48 4f501b74aeb1
--- a/messagingapp/msgui/unifiededitor/src/msgunieditorsubject.cpp	Tue Jul 06 22:50:16 2010 +0530
+++ b/messagingapp/msgui/unifiededitor/src/msgunieditorsubject.cpp	Fri Jul 09 14:46:10 2010 +0530
@@ -19,6 +19,7 @@
 #include "debugtraces.h"
 #include <HbIconItem>
 #include <HbNotificationDialog>
+#include <hbmessagebox.h>
 
 // USER INCLUDES
 #include "msgunieditorsubject.h"
@@ -125,7 +126,7 @@
         mSubjectEdit->setText(mPrevBuffer);
         connect(mSubjectEdit, SIGNAL(contentsChanged(const QString&)),
                         this, SLOT(onContentsChanged(const QString&)));
-        HbNotificationDialog::launchDialog(LOC_UNABLE_TO_ADD_CONTENT);
+        HbMessageBox::information(LOC_UNABLE_TO_ADD_CONTENT, 0, 0, HbMessageBox::Ok);
         return;
     }