Redesigned history browser of group chat.

New chat style for history browser.

There's more to come.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3443 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-09-04 23:59:08 +00:00
parent b067ab5560
commit 1f8017d06a
9 changed files with 337 additions and 102 deletions

View file

@ -1756,6 +1756,6 @@ void PeersDialog::statusColumn()
void PeersDialog::on_actionMessageHistory_triggered()
{
ImHistoryBrowser imBrowser(historyKeeper, this);
ImHistoryBrowser imBrowser(false, historyKeeper, this);
imBrowser.exec();
}