QTfrontend/ui/page/pagemain.cpp
changeset 13841 a8fd5490932f
parent 13304 5ac2bdefa173
child 14825 d7b40d61729f
equal deleted inserted replaced
13840:419de2dea82b 13841:a8fd5490932f
   111 #ifdef VIDEOREC
   111 #ifdef VIDEOREC
   112     BtnVideos = addButton(":/res/Videos.png", bottomLayout, 1, true, Qt::AlignBottom);
   112     BtnVideos = addButton(":/res/Videos.png", bottomLayout, 1, true, Qt::AlignBottom);
   113     BtnVideos->setWhatsThis(tr("Manage videos recorded from game"));
   113     BtnVideos->setWhatsThis(tr("Manage videos recorded from game"));
   114 #endif
   114 #endif
   115 
   115 
   116     BtnSetup = addButton(":/res/Settings.png", bottomLayout, 2, true, Qt::AlignBottom);
   116     BtnHelp = addButton(":/res/Help.png", bottomLayout, 2, true, Qt::AlignBottom);
       
   117     BtnHelp->setWhatsThis(tr("Open the Hedgewars online game manual in your web browser"));
       
   118 
       
   119     BtnSetup = addButton(":/res/Settings.png", bottomLayout, 3, true, Qt::AlignBottom);
   117     BtnSetup->setWhatsThis(tr("Edit game preferences"));
   120     BtnSetup->setWhatsThis(tr("Edit game preferences"));
   118 
   121 
   119     return bottomLayout;
   122     return bottomLayout;
   120 }
   123 }
   121 
   124