mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 00:49:28 -05:00
when Edit is called then set Window Title "Edit Tag"
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3013 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0b31b54be3
commit
3196f1d0e7
@ -132,6 +132,7 @@ void MessagePage::editTag()
|
||||
}
|
||||
|
||||
NewTag Tag(m_TagItems, nId);
|
||||
Tag.setWindowTitle(tr("Edit Tag"));
|
||||
if (Tag.exec() == QDialog::Accepted && Tag.m_nId) {
|
||||
TagItem &Item = m_TagItems [Tag.m_nId];
|
||||
pItemWidget->setText(Item.text);
|
||||
|
Loading…
Reference in New Issue
Block a user