QTfrontend/pages.cpp
changeset 4305 a020540e0ab8
parent 4303 9057d4d85830
child 4343 19cbea33e4d2
child 4396 3cfd2e15464a
equal deleted inserted replaced
4303:9057d4d85830 4305:a020540e0ab8
  1561     TBW_perhogammo = new ToggleButtonWidget(gbGameModes, ":/res/btnPerHogAmmo.png");
  1561     TBW_perhogammo = new ToggleButtonWidget(gbGameModes, ":/res/btnPerHogAmmo.png");
  1562     TBW_perhogammo->setToolTip("<b>" + ToggleButtonWidget::tr("Per Hedgehog Ammo") + "</b>:<br />" + tr("Each hedgehog has its own ammo. It does not share with the team."));
  1562     TBW_perhogammo->setToolTip("<b>" + ToggleButtonWidget::tr("Per Hedgehog Ammo") + "</b>:<br />" + tr("Each hedgehog has its own ammo. It does not share with the team."));
  1563     glGMLayout->addWidget(TBW_perhogammo,4,0,1,1);
  1563     glGMLayout->addWidget(TBW_perhogammo,4,0,1,1);
  1564 
  1564 
  1565     TBW_nowind = new ToggleButtonWidget(gbGameModes, ":/res/btnNoWind.png");
  1565     TBW_nowind = new ToggleButtonWidget(gbGameModes, ":/res/btnNoWind.png");
  1566     TBW_nowind->setToolTip("<b>" + ToggleButtonWidget::tr("Disable Wind") + "</b>:<br />" + tr("Wind will not affect weapons."));
  1566     TBW_nowind->setToolTip("<b>" + ToggleButtonWidget::tr("Disable Wind") + "</b>:<br />" + tr("You will not have to worry about wind anymore."));
  1567     glGMLayout->addWidget(TBW_nowind,4,1,1,1);
  1567     glGMLayout->addWidget(TBW_nowind,4,1,1,1);
  1568 
  1568 
  1569     TBW_morewind = new ToggleButtonWidget(gbGameModes, ":/res/btnMoreWind.png");
  1569     TBW_morewind = new ToggleButtonWidget(gbGameModes, ":/res/btnMoreWind.png");
  1570     TBW_morewind->setToolTip("<b>" + ToggleButtonWidget::tr("More Wind") + "</b>:<br />" + tr("Wind will affect almost everything."));
  1570     TBW_morewind->setToolTip("<b>" + ToggleButtonWidget::tr("More Wind") + "</b>:<br />" + tr("Wind will affect almost everything."));
  1571     glGMLayout->addWidget(TBW_morewind,4,2,1,1);
  1571     glGMLayout->addWidget(TBW_morewind,4,2,1,1);