mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 14:10:54 -04:00
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:
parent
75349f4fe8
commit
1fb7fb005c
12 changed files with 98 additions and 98 deletions
|
@ -24,7 +24,7 @@
|
|||
#include "rshare.h"
|
||||
#include "SearchDialog.h"
|
||||
#include "RetroShareLink.h"
|
||||
#include "msgs/ChanMsgDialog.h"
|
||||
#include "msgs/MessageComposer.h"
|
||||
#include <gui/RSHumanReadableDelegate.h>
|
||||
|
||||
#include "rsiface/rsiface.h"
|
||||
|
@ -1194,7 +1194,7 @@ void SearchDialog::sendLinkTo( )
|
|||
copysearchLink();
|
||||
|
||||
/* create a message */
|
||||
ChanMsgDialog *nMsgDialog = new ChanMsgDialog(true);
|
||||
MessageComposer *nMsgDialog = new MessageComposer(true);
|
||||
|
||||
nMsgDialog->newMsg();
|
||||
nMsgDialog->insertTitleText("New RetroShare Link(s)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue