ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp
changeset 61 743eb0b9959e
parent 49 f291796e213d
child 62 36d93b4dc635
equal deleted inserted replaced
55:fb37077c270f 61:743eb0b9959e
    45     CMPXCommand* command = NULL;
    45     CMPXCommand* command = NULL;
    46     QString mainPane = GetName(aMediaList);
    46     QString mainPane = GetName(aMediaList);
    47     QString title(GLX_DETAILS_DESCRIPTION);
    47     QString title(GLX_DETAILS_DESCRIPTION);
    48     QString mediaTitle = NULL;
    48     QString mediaTitle = NULL;
    49     bool ok = false;    
    49     bool ok = false;    
    50     GlxTextInputDialog* dlg = new GlxTextInputDialog();
    50     GlxTextInputDialog* dlg = new GlxTextInputDialog(false);
    51     mediaTitle = dlg->getText(title, mainPane, &ok);
    51     mediaTitle = dlg->getText(title, mainPane, &ok);
    52     delete dlg;
    52     delete dlg;
    53 
    53 
    54     if(ok == true)
    54     if(ok == true)
    55         {
    55         {