mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-17 18:37:20 -05:00
suppressed non release mode menu entry
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2231 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3621ef4a95
commit
7d82dfb115
@ -694,10 +694,11 @@ void SharedFilesDialog::sharedDirTreeWidgetContextMenu( QPoint point )
|
||||
contextMnu2.addAction( sendhtmllinkAct);
|
||||
contextMnu2.addAction( sendchatlinkAct);
|
||||
contextMnu2.addSeparator();
|
||||
#ifndef RS_RELEASE_VERSION
|
||||
contextMnu2.addAction( sendlinkCloudAct);
|
||||
contextMnu2.addAction( addlinkCloudAct);
|
||||
contextMnu2.addSeparator();
|
||||
|
||||
#endif
|
||||
contextMnu2.addMenu( recMenu);
|
||||
contextMnu2.addMenu( msgMenu);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user