disabled, needs to be fixed

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5948 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-12-06 16:00:13 +00:00
parent 8596b2ca9e
commit 54e669cb68

View File

@ -760,8 +760,8 @@ void SharedFilesDialog::sharedDirTreeWidgetContextMenu( QPoint point )
switch (type) {
case DIR_TYPE_DIR:
contextMnu.addAction(openfolderAct);
contextMnu.addSeparator();
contextMnu.addAction(editshareAct) ;
//contextMnu.addSeparator();
//contextMnu.addAction(editshareAct) ;
contextMnu.addSeparator();
contextMnu.addAction(createcollectionfileAct) ;
break;