mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
cosmetic change in IdDialog
This commit is contained in:
parent
52da8cd0e6
commit
4c50641700
@ -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…
Reference in New Issue
Block a user