QTfrontend/ui/page/pagemain.cpp
changeset 13862 b2cc4e4e380c
parent 13841 a8fd5490932f
child 14825 d7b40d61729f
--- a/QTfrontend/ui/page/pagemain.cpp	Wed Sep 05 20:09:32 2018 +0200
+++ b/QTfrontend/ui/page/pagemain.cpp	Thu Oct 04 21:17:21 2018 +0200
@@ -113,7 +113,10 @@
     BtnVideos->setWhatsThis(tr("Manage videos recorded from game"));
 #endif
 
-    BtnSetup = addButton(":/res/Settings.png", bottomLayout, 2, true, Qt::AlignBottom);
+    BtnHelp = addButton(":/res/Help.png", bottomLayout, 2, true, Qt::AlignBottom);
+    BtnHelp->setWhatsThis(tr("Open the Hedgewars online game manual in your web browser"));
+
+    BtnSetup = addButton(":/res/Settings.png", bottomLayout, 3, true, Qt::AlignBottom);
     BtnSetup->setWhatsThis(tr("Edit game preferences"));
 
     return bottomLayout;