QTfrontend/ui/page/pagemain.cpp
changeset 13818 a8fd5490932f
parent 13304 5ac2bdefa173
child 14804 d7b40d61729f
--- a/QTfrontend/ui/page/pagemain.cpp	Sun Sep 30 01:41:12 2018 +0200
+++ b/QTfrontend/ui/page/pagemain.cpp	Sun Sep 30 03:18:16 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;