mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 19:42:28 -04:00
* 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:
parent
1eab434f2d
commit
d56d3e57f9
5 changed files with 711 additions and 138 deletions
|
@ -118,6 +118,7 @@ ChannelFeed::ChannelFeed(QWidget *parent)
|
|||
void ChannelFeed::createChannel()
|
||||
{
|
||||
CreateForum *cf = new CreateForum(NULL, false);
|
||||
cf->setWindowTitle(tr("Create Channel"));
|
||||
cf->show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue