mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-22 06:05:08 -05:00
* changend make Friend context menu icon
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1100 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4d278ac414
commit
b652bd0f3a
@ -46,6 +46,7 @@
|
|||||||
#define IMAGE_LOADCERT ":/images/loadcert16.png"
|
#define IMAGE_LOADCERT ":/images/loadcert16.png"
|
||||||
#define IMAGE_PEERDETAILS ":/images/peerdetails_16x16.png"
|
#define IMAGE_PEERDETAILS ":/images/peerdetails_16x16.png"
|
||||||
#define IMAGE_AUTH ":/images/encrypted16.png"
|
#define IMAGE_AUTH ":/images/encrypted16.png"
|
||||||
|
#define IMAGE_MAKEFRIEND ":/images/user/add_user16.png"
|
||||||
/* Images for Status icons */
|
/* Images for Status icons */
|
||||||
#define IMAGE_AUTHED ":/images/accepted16.png"
|
#define IMAGE_AUTHED ":/images/accepted16.png"
|
||||||
#define IMAGE_DENIED ":/images/denied16.png"
|
#define IMAGE_DENIED ":/images/denied16.png"
|
||||||
@ -153,7 +154,7 @@ void NetworkDialog::connecttreeWidgetCostumPopupMenu( QPoint point )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
makefriendAct = new QAction(QIcon(IMAGE_PEERDETAILS), tr( "Make Friend" ), this );
|
makefriendAct = new QAction(QIcon(IMAGE_MAKEFRIEND), tr( "Make Friend" ), this );
|
||||||
connect( makefriendAct , SIGNAL( triggered() ), this, SLOT( makeFriend() ) );
|
connect( makefriendAct , SIGNAL( triggered() ), this, SLOT( makeFriend() ) );
|
||||||
contextMnu.addAction( makefriendAct);
|
contextMnu.addAction( makefriendAct);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user