commit | 3e87bd8167ed3dde5476660c0de69eedbbcf9f52 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Sun Nov 10 10:47:44 2013 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Sun Nov 10 10:47:44 2013 -0800 |
tree | ab3ed05fb08cc8edf24166f453f1d87cb50cf7a1 | |
parent | 0a953c3d4279da35b523d13f7a17dddbd2cb7a2e [diff] [blame] |
Adding invitation rejection notification
diff --git a/src/invitationdialog.cpp b/src/invitationdialog.cpp index 4129ba0..f909a00 100644 --- a/src/invitationdialog.cpp +++ b/src/invitationdialog.cpp
@@ -39,7 +39,7 @@ { m_inviterAlias = alias; string msg = alias; - msg.append(" invites you to join the chat room: "); + msg.append("\ninvites you to join the chat room: "); ui->msgLabel->setText(QString::fromStdString(msg)); m_invitation = invitation;