From 145ce988324b8b7b1f2b329f618ad5c6dfc4aac9 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 17 Nov 2010 19:43:17 +0000 Subject: infowidget.cc: corrected a typo in the DevInfo widget, thanks A_Spork --- src/client/infowidget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/infowidget.cc') diff --git a/src/client/infowidget.cc b/src/client/infowidget.cc index 6dcb608..062baf4 100644 --- a/src/client/infowidget.cc +++ b/src/client/infowidget.cc @@ -58,7 +58,7 @@ void DevInfoWidget::draw() if (core::localcontrol()) { textstream << "^B" << core::localcontrol()->name() << '\n'; - textstream << "^Nthurst ^B" << std::fixed << std::setprecision(2) + textstream << "^Nthrust ^B" << std::fixed << std::setprecision(2) << core::localcontrol()->thrust() << '\n'; textstream << "^Nspeed ^B" << std::fixed << std::setprecision(2) << core::localcontrol()->speed() << '\n'; -- cgit v1.2.3