ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp
changeset 61 743eb0b9959e
parent 49 f291796e213d
child 62 36d93b4dc635
--- a/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp	Wed Aug 18 09:48:53 2010 +0300
+++ b/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp	Thu Sep 02 20:26:45 2010 +0300
@@ -47,7 +47,7 @@
     QString title(GLX_DETAILS_DESCRIPTION);
     QString mediaTitle = NULL;
     bool ok = false;    
-    GlxTextInputDialog* dlg = new GlxTextInputDialog();
+    GlxTextInputDialog* dlg = new GlxTextInputDialog(false);
     mediaTitle = dlg->getText(title, mainPane, &ok);
     delete dlg;