ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp
changeset 67 199e6e1e0b54
parent 61 743eb0b9959e
--- 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);