mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 22:30:42 -04:00
Small Tweaks.
* Removed services toolbar - until it is needed. * Removed background on MessengerWindow - it breaks on linux. * fixed Messages Html problem. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@518 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4e03fa5d06
commit
98eabbabe0
3 changed files with 20 additions and 17 deletions
|
@ -465,7 +465,6 @@ void MessagesDialog::insertMsgTxtAndFiles()
|
|||
ui.filesText->setText("");
|
||||
|
||||
ui.subjectText->setText("");
|
||||
//ui.msgText->setText("");
|
||||
ui.msgList->clear();
|
||||
|
||||
return;
|
||||
|
@ -574,7 +573,7 @@ void MessagesDialog::insertMsgTxtAndFiles()
|
|||
ui.fromText->setText(QString::fromStdString(rsPeers->getPeerName(msgInfo.srcId)));
|
||||
|
||||
ui.subjectText->setText(QString::fromStdWString(msgInfo.title));
|
||||
ui.msgText->setText(QString::fromStdWString(msgInfo.msg));
|
||||
ui.msgText->setHtml(QString::fromStdWString(msgInfo.msg));
|
||||
|
||||
{
|
||||
std::ostringstream out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue