cleaning up source code removed GeneralMsgDialog and ConnectDialog

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2984 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-05-23 22:35:51 +00:00
parent 757aa7a95d
commit c3e1a71279
17 changed files with 1 additions and 2324 deletions

View file

@ -208,7 +208,7 @@ void ForumNewItem::postToForum()
#endif
if (mParent)
{
mParent->openMsg(FEEDHOLDER_MSG_FORUM, mForumId, "");
//mParent->openMsg(FEEDHOLDER_MSG_FORUM, mForumId, "");
}
}