mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 21:40:36 -04:00
Fixed directory problem wirh emoticons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@950 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
92ffcec3ed
commit
b6019d193b
50 changed files with 126 additions and 64 deletions
|
@ -373,7 +373,7 @@ void NetworkDialog::insertConnect()
|
|||
{
|
||||
backgrndcolor=Qt::magenta;
|
||||
item -> setIcon(0,(QIcon(IMAGE_TRUSTED)));
|
||||
item -> setText(2,QString("Trusts me"));
|
||||
item -> setText(2,QString("Is trusting you"));
|
||||
for(int k=0;k<8;++k)
|
||||
item -> setToolTip(k,QString::fromStdString(detail.name) + QString(tr(" is trusting you. \nRight-click and select 'make friend' to be able to connect."))) ;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue