next steps votekick gui implementation

This commit is contained in:
doitux
2008-11-19 22:12:33 +00:00
parent 53bae13868
commit 0ef6e0d6cf
8 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ MyAvatarLabel::MyAvatarLabel(QGroupBox* parent)
{
myContextMenu = new QMenu;
action_VoteForKick = new QAction(QIcon(":/gfx/list_remove_user.png"), tr("Start vote on kick this user"), myContextMenu);
action_VoteForKick = new QAction(QIcon(":/gfx/list_remove_user.png"), tr("Start vote to kick this user"), myContextMenu);
myContextMenu->addAction(action_VoteForKick);
connect( action_VoteForKick, SIGNAL ( triggered() ), this, SLOT ( sendTriggerVoteOnKickSignal() ) );