diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2012-11-06 20:26:19 (GMT) |
|---|---|---|
| committer | jacksonmj <mj-pt@jacksonmj.co.uk> | 2012-11-06 20:26:19 (GMT) |
| commit | d7c52241a4c68a9625ce83a5b393c9b9b7062c0d (patch) | |
| tree | 7d4cc14b8fc8a0b2cb0d004f153a7702b9e86caa /src/render/RenderView.cpp | |
| parent | fbbe9d81bf8737de334a0b86893b007e50354f8b (diff) | |
| download | powder-d7c52241a4c68a9625ce83a5b393c9b9b7062c0d.zip powder-d7c52241a4c68a9625ce83a5b393c9b9b7062c0d.tar.gz | |
Spelling: "hottest"
Diffstat (limited to 'src/render/RenderView.cpp')
| -rw-r--r-- | src/render/RenderView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/RenderView.cpp b/src/render/RenderView.cpp index b64d5e9..05dfb05 100644 --- a/src/render/RenderView.cpp +++ b/src/render/RenderView.cpp @@ -257,7 +257,7 @@ RenderView::RenderView(): checkboxOffset += sSpace; line3 = checkboxOffset-5; - tCheckbox = new ui::Checkbox(ui::Point(checkboxOffset, YRES+4), ui::Point(30, 16), "Heat", "Displays temperatures of the elements, dark blue is coldest, pink is hotest"); + tCheckbox = new ui::Checkbox(ui::Point(checkboxOffset, YRES+4), ui::Point(30, 16), "Heat", "Displays temperatures of the elements, dark blue is coldest, pink is hottest"); colourModes.push_back(tCheckbox); tCheckbox->SetIcon(IconHeat); tCheckbox->SetActionCallback(new ColourModeAction(this, COLOUR_HEAT)); |
