1
0
Fork 0

GUI: fixed minor issue with window title for the thread name edit dialog

This commit is contained in:
mrexodia 2017-01-04 03:05:19 +01:00
parent 42978d6359
commit 9ec2056240
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 1 additions and 0 deletions

View File

@ -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;