Changed window CreateForumMsg from QMainWindow to QDialog.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5659 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-10-10 13:36:54 +00:00
parent b67f9f88fe
commit 091cab4d10
4 changed files with 108 additions and 153 deletions

View file

@ -1474,7 +1474,6 @@ void ForumsDialog::createthread()
}
CreateForumMsg *cfm = new CreateForumMsg(mCurrForumId, "");
cfm->setWindowTitle(tr("Start New Thread"));
cfm->show();
/* window will destroy itself! */