changeset 8382 | 67e257b98422 |
parent 8377 | 869f80966a77 |
child 8415 | 02acf6b92f52 |
--- a/QTfrontend/ui/page/pagenetgame.cpp Mon Jan 14 12:35:01 2013 +0100 +++ b/QTfrontend/ui/page/pagenetgame.cpp Mon Jan 14 12:45:01 2013 +0100 @@ -76,7 +76,6 @@ //Button to signify whether the player is ready to start playing BtnGo = new QPushButton(this); - BtnGo->setToolTip(QPushButton::tr("Ready")); BtnGo->setIcon(QIcon(":/res/lightbulb_off.png")); BtnGo->setIconSize(QSize(25, 34)); BtnGo->setMinimumWidth(50);