# HG changeset patch
# User nemo
# Date 1382637746 14400
# Node ID 45d2d1ce01741eef8ba7a429a8c96924e80992bd
# Parent  49bca2fabbd31b9822acf4f8b6afb51e9150190d
revert r67e257b98422 to close out bug #660.  shift-f1 is even more undiscoverable than a tooltip for this important piece of info, and wasn't printing the name for me either.

diff -r 49bca2fabbd3 -r 45d2d1ce0174 QTfrontend/ui/widget/teamselhelper.cpp
--- a/QTfrontend/ui/widget/teamselhelper.cpp	Wed Oct 23 22:25:17 2013 +0400
+++ b/QTfrontend/ui/widget/teamselhelper.cpp	Thu Oct 24 14:02:26 2013 -0400
@@ -55,7 +55,7 @@
 
     butt = new QPushButton(difficultyIcon, team.name().replace("&","&&"), this);
     butt->setFlat(true);
-    butt->setWhatsThis(tr("%1's team").arg(team.owner()));
+    butt->setToolTip(team.owner());
     mainLayout.addWidget(butt);
     butt->setStyleSheet("QPushButton{"
                         "icon-size: 48px;"