mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 06:32:55 -04: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
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ void MessagePage::editTag()
|
||||||
}
|
}
|
||||||
|
|
||||||
NewTag Tag(m_TagItems, nId);
|
NewTag Tag(m_TagItems, nId);
|
||||||
|
Tag.setWindowTitle(tr("Edit Tag"));
|
||||||
if (Tag.exec() == QDialog::Accepted && Tag.m_nId) {
|
if (Tag.exec() == QDialog::Accepted && Tag.m_nId) {
|
||||||
TagItem &Item = m_TagItems [Tag.m_nId];
|
TagItem &Item = m_TagItems [Tag.m_nId];
|
||||||
pItemWidget->setText(Item.text);
|
pItemWidget->setText(Item.text);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue