mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 16:39:43 -05:00
added missed icon
This commit is contained in:
parent
a480d995d6
commit
991c07116b
@ -285,7 +285,7 @@ void GxsIdChooser::loadPrivateIds()
|
||||
QString str = tr("Create new Identity");
|
||||
QString id = "";
|
||||
|
||||
addItem(QIcon(":/images/identity/identity_create_32.png"), str, id);
|
||||
addItem(QIcon(":/icons/png/add-identity.png"), str, id);
|
||||
setItemData(count() - 1, QString("%1_%2").arg(TYPE_CREATE_ID).arg(str), ROLE_SORT);
|
||||
setItemData(count() - 1, TYPE_CREATE_ID, ROLE_TYPE);
|
||||
|
||||
|
@ -56,6 +56,7 @@
|
||||
<file>icons/question.png</file>
|
||||
<file>icons/plugins_128.png</file>
|
||||
<file>icons/png/add.png</file>
|
||||
<file>icons/png/add-identity.png</file>
|
||||
<file>icons/png/anonymous.png</file>
|
||||
<file>icons/png/attach-image.png</file>
|
||||
<file>icons/png/attach.png</file>
|
||||
|
BIN
retroshare-gui/src/gui/icons/png/add-identity.png
Normal file
BIN
retroshare-gui/src/gui/icons/png/add-identity.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user