mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-13 01:39:29 -04:00
cosmetic change in IdDialog
This commit is contained in:
parent
52da8cd0e6
commit
4c50641700
1 changed files with 3 additions and 3 deletions
|
@ -82,12 +82,12 @@ IdDialog::IdDialog(QWidget *parent) :
|
||||||
|
|
||||||
mIdQueue = NULL;
|
mIdQueue = NULL;
|
||||||
|
|
||||||
contactsItem = new QTreeWidgetItem();
|
|
||||||
contactsItem->setText(0, tr("Contacts"));
|
|
||||||
|
|
||||||
allItem = new QTreeWidgetItem();
|
allItem = new QTreeWidgetItem();
|
||||||
allItem->setText(0, tr("All"));
|
allItem->setText(0, tr("All"));
|
||||||
|
|
||||||
|
contactsItem = new QTreeWidgetItem();
|
||||||
|
contactsItem->setText(0, tr("Contacts"));
|
||||||
|
|
||||||
|
|
||||||
/* Setup UI helper */
|
/* Setup UI helper */
|
||||||
mStateHelper = new UIStateHelper(this);
|
mStateHelper = new UIStateHelper(this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue