QTfrontend/pages.cpp
changeset 4250 d83b53997e0b
parent 4232 3a7862405c36
child 4269 945f2d104268
equal deleted inserted replaced
4248:e127b3d26248 4250:d83b53997e0b
  1556 
  1556 
  1557     TBW_perhogammo = new ToggleButtonWidget(gbGameModes, ":/res/btnPerHogAmmo.png");
  1557     TBW_perhogammo = new ToggleButtonWidget(gbGameModes, ":/res/btnPerHogAmmo.png");
  1558     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."));
  1558     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."));
  1559     glGMLayout->addWidget(TBW_perhogammo,4,0,1,1);
  1559     glGMLayout->addWidget(TBW_perhogammo,4,0,1,1);
  1560 
  1560 
       
  1561     TBW_nowind = new ToggleButtonWidget(gbGameModes, ":/res/btnNoWind.png");
       
  1562     TBW_nowind->setToolTip("<b>" + ToggleButtonWidget::tr("Disable Wind") + "</b>:<br />" + tr("Wind will not affect weapons."));
       
  1563     glGMLayout->addWidget(TBW_nowind,4,1,1,1);
       
  1564 
  1561     // Right
  1565     // Right
  1562     QLabel * l;
  1566     QLabel * l;
  1563 
  1567 
  1564     l = new QLabel(gbBasicSettings);
  1568     l = new QLabel(gbBasicSettings);
  1565     l->setText(QLabel::tr("Damage Modifier"));
  1569     l->setText(QLabel::tr("Damage Modifier"));