equal
deleted
inserted
replaced
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 |