QTfrontend/ui/page/pagemain.cpp
changeset 6699 83dd3447a212
parent 6616 f77bb02b669f
child 6700 e04da46ee43c
--- a/QTfrontend/ui/page/pagemain.cpp	Fri Feb 17 15:55:31 2012 +0100
+++ b/QTfrontend/ui/page/pagemain.cpp	Fri Feb 17 17:43:59 2012 +0100
@@ -84,7 +84,10 @@
     bottomLayout->addWidget(mainNote, 0);
     bottomLayout->setStretch(0,1);
 
+    btnBack->setWhatsThis(tr("Exit game"));
+    
     BtnSetup = addButton(":/res/Settings.png", bottomLayout, 1, true);
+    BtnSetup->setWhatsThis(tr("Edit game preferences"));
     return bottomLayout;
 }