--- a/QTfrontend/pages.cpp Fri Nov 12 15:20:54 2010 +0100
+++ b/QTfrontend/pages.cpp Fri Nov 12 17:08:31 2010 +0100
@@ -1558,6 +1558,10 @@
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."));
glGMLayout->addWidget(TBW_perhogammo,4,0,1,1);
+ TBW_nowind = new ToggleButtonWidget(gbGameModes, ":/res/btnNoWind.png");
+ TBW_nowind->setToolTip("<b>" + ToggleButtonWidget::tr("Disable Wind") + "</b>:<br />" + tr("Wind will not affect weapons."));
+ glGMLayout->addWidget(TBW_nowind,4,1,1,1);
+
// Right
QLabel * l;