* Added Formating support for Create Forum Messages

* set correct WindowsTitle for Create Channel

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@843 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-11-27 00:01:46 +00:00
parent 1eab434f2d
commit d56d3e57f9
5 changed files with 711 additions and 138 deletions

View file

@ -118,6 +118,7 @@ ChannelFeed::ChannelFeed(QWidget *parent)
void ChannelFeed::createChannel()
{
CreateForum *cf = new CreateForum(NULL, false);
cf->setWindowTitle(tr("Create Channel"));
cf->show();
}