mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
fixed text in transfers dialog popup menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8251 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
82d530b990
commit
723d540ce3
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ TransfersDialog::TransfersDialog(QWidget *parent)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** Setup the actions for the context menu */
|
/** Setup the actions for the context menu */
|
||||||
toggleShowCacheTransfersAct = new QAction(tr( "Show cache transfers" ), this );
|
toggleShowCacheTransfersAct = new QAction(tr( "Show file list transfers" ), this );
|
||||||
toggleShowCacheTransfersAct->setCheckable(true) ;
|
toggleShowCacheTransfersAct->setCheckable(true) ;
|
||||||
connect(toggleShowCacheTransfersAct,SIGNAL(triggered()),this,SLOT(toggleShowCacheTransfers())) ;
|
connect(toggleShowCacheTransfersAct,SIGNAL(triggered()),this,SLOT(toggleShowCacheTransfers())) ;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue