X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Ffriendlistpanel.cpp;h=ed887ef4fceaf5e108bb73666675ca7b3b606b25;hb=1360867207a7def91afabc51076da74cb63e61e6;hp=316638e54313eaa37889213cf794fd919252e4ee;hpb=8738636fa02f0f0295a0c0339829187bcbb898d3;p=situare diff --git a/src/ui/friendlistpanel.cpp b/src/ui/friendlistpanel.cpp index 316638e..ed887ef 100644 --- a/src/ui/friendlistpanel.cpp +++ b/src/ui/friendlistpanel.cpp @@ -115,7 +115,7 @@ FriendListPanel::FriendListPanel(QWidget *parent) setLayout(friendListPanelLayout); m_noFriendsLabel = new QLabel(); - m_noFriendsLabel->setText("No Friends"); + m_noFriendsLabel->setText("No friends"); m_noFriendsLabel->setAlignment(Qt::AlignCenter); QPalette noFriendsPalette = palette(); @@ -314,7 +314,7 @@ void FriendListPanel::showEvent(QShowEvent *event) void FriendListPanel::showEmptyPanel(bool show) { - if (show){ + if (show) { m_noFriendsLabel->show(); m_friendListView->hide(); }