Cleaned up the code a little bit.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@533 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
rwoodruff91 2008-05-04 16:43:07 +00:00
parent 1e6f925d67
commit c876a9889e

View File

@ -39,7 +39,7 @@ BlogDialog::BlogDialog(QWidget *parent)
mCurrentFont = QFont("Comic Sans MS", 8);
/* Current user status - online by default */
QString currentStatus = "Online";
currentStatus = "Online";
}