* Fixed Colors and Fonts for Private and Group Chat.

* Fixed Chat Delay.
 * Cleaned up Options->Server, removing unneccessary stuff.
 * Cleaned up Config Friend, removing stuff.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@472 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-04-05 12:14:49 +00:00
parent cb795b3c67
commit 65bb6a65d7
9 changed files with 453 additions and 501 deletions

View file

@ -91,7 +91,8 @@ private:
std::string lastChatName;
QHash<QString, QString> smileys;
QColor currentColor;
QColor mCurrentColor;
QFont mCurrentFont;
/** Qt Designer generated object */
Ui::PopupChatDialog ui;