rename class and source ChanMsgDialog to MessageComposer

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2978 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-05-23 19:13:41 +00:00
parent 75349f4fe8
commit 1fb7fb005c
12 changed files with 98 additions and 98 deletions

View file

@ -24,7 +24,7 @@
#include "gui/forums/CreateForum.h"
#include "gui/forums/CreateForumMsg.h"
#include "gui/forums/ForumDetails.h"
#include "msgs/ChanMsgDialog.h"
#include "msgs/MessageComposer.h"
#include "rsiface/rsiface.h"
#include "rsiface/rspeers.h"
@ -1344,7 +1344,7 @@ void ForumsDialog::replytomessage()
if (rsPeers->getPeerName(msgInfo.srcId) !="")
{
ChanMsgDialog *nMsgDialog = new ChanMsgDialog(true);
MessageComposer *nMsgDialog = new MessageComposer(true);
nMsgDialog->newMsg();
nMsgDialog->insertTitleText( (QString("Re: ") + QString::fromStdWString(msgInfo.title)).toStdString()) ;
nMsgDialog->setWindowTitle(tr("Re: ") + QString::fromStdWString(msgInfo.title) ) ;