added selection box to show only friends (already translated) in message composer

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6708 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-09-07 14:02:24 +00:00
parent cd7e2df37e
commit dd6fbe44ab
4 changed files with 24 additions and 1 deletions

View file

@ -56,6 +56,7 @@ public:
};
enum ShowType {
SHOW_NONE = 0,
SHOW_GROUP = 1,
SHOW_GPG = 2,
SHOW_SSL = 4,