ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlercomment.cpp
changeset 58 383b67fbdb11
parent 45 863223ea6961
child 62 36d93b4dc635
equal deleted inserted replaced
54:0f0f3f26f787 58:383b67fbdb11
    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         {