QTfrontend/pagescheme.cpp
changeset 5719 0ed1f543f301
parent 5717 6d513913b7a9
child 6009 14f6fc9869f2
equal deleted inserted replaced
5718:e74de0528ef4 5719:0ed1f543f301
   159 
   159 
   160     TBW_tagteam = new ToggleButtonWidget(gbGameModes, ":/res/btnTagTeam.png");
   160     TBW_tagteam = new ToggleButtonWidget(gbGameModes, ":/res/btnTagTeam.png");
   161     TBW_tagteam->setToolTip("<b>" + ToggleButtonWidget::tr("Tag Team") + "</b>:<br />" + tr("Teams in each clan take successive turns sharing their turn time."));
   161     TBW_tagteam->setToolTip("<b>" + ToggleButtonWidget::tr("Tag Team") + "</b>:<br />" + tr("Teams in each clan take successive turns sharing their turn time."));
   162     glGMLayout->addWidget(TBW_tagteam,4,3,1,1);
   162     glGMLayout->addWidget(TBW_tagteam,4,3,1,1);
   163 
   163 
   164     TBW_bottomborder = new ToggleButtonWidget(gbGameModes, ":/res/btnBorder.png");
   164     TBW_bottomborder = new ToggleButtonWidget(gbGameModes, ":/res/btnBottomBorder.png");
   165     TBW_bottomborder->setToolTip("<b>" + ToggleButtonWidget::tr("Add Bottom Border") + "</b>:<br />" + tr("Add an indestructible border along the bottom"));
   165     TBW_bottomborder->setToolTip("<b>" + ToggleButtonWidget::tr("Add Bottom Border") + "</b>:<br />" + tr("Add an indestructible border along the bottom"));
   166     glGMLayout->addWidget(TBW_bottomborder,4,4,1,1);
   166     glGMLayout->addWidget(TBW_bottomborder,4,4,1,1);
   167 
   167 
   168 
   168 
   169     // Right
   169     // Right