--- a/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp Thu Sep 02 20:26:45 2010 +0300
+++ b/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp Fri Sep 17 08:29:24 2010 +0300
@@ -15,7 +15,6 @@
*
*/
-#include <hbmessagebox.h>
#include <hblabel.h>
#include <mpxcollectionpath.h>
@@ -44,7 +43,7 @@
CMPXCommand* command = NULL;
QString mainPane = GetName(aMediaList);
- QString title(GLX_DETAILS_DESCRIPTION);
+ QString title(GLX_DIALOG_DESCRIPTION);
QString mediaTitle = NULL;
bool ok = false;
GlxTextInputDialog* dlg = new GlxTextInputDialog(false);