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.
--- 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;"