mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
changed on context menu
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2163 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e0113efb30
commit
8b6f91e144
@ -662,11 +662,18 @@ void SharedFilesDialog::sharedDirTreeWidgetContextMenu( QPoint point )
|
||||
|
||||
|
||||
if(localModel->isDir( midx ) )
|
||||
{
|
||||
contextMnu2.addAction( openfolderAct);
|
||||
contextMnu2.addSeparator();
|
||||
contextMnu2.addAction( copylinklocalAct);
|
||||
contextMnu2.addAction( sendlinkAct);
|
||||
contextMnu2.addAction( sendhtmllinkAct);
|
||||
}
|
||||
else
|
||||
{
|
||||
contextMnu2.addAction( menuAction );
|
||||
contextMnu2.addAction( openfileAct);
|
||||
contextMnu2.addAction( openfolderAct);
|
||||
}
|
||||
|
||||
contextMnu2.addSeparator();
|
||||
|
Loading…
Reference in New Issue
Block a user