GUI: fixed minor issue with window title for the thread name edit dialog
This commit is contained in:
parent
42978d6359
commit
9ec2056240
|
@ -382,6 +382,7 @@ void ThreadView::SetNameSlot()
|
|||
{
|
||||
QString threadId = getCellContent(getInitialSelection(), 1);
|
||||
LineEditDialog mLineEdit(this);
|
||||
mLineEdit.setWindowTitle(tr("Name"));
|
||||
mLineEdit.setText(getCellContent(getInitialSelection(), 13));
|
||||
if(mLineEdit.exec() != QDialog::Accepted)
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue