From 92891f364be32cbc450266279e379227706183f0 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Wed, 12 Mar 2014 00:03:32 -0400 Subject: [PATCH] fix tooltip commit --- src/gui/game/GameView.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/gui/game/GameView.cpp b/src/gui/game/GameView.cpp index 9a4181104..dd62eb412 100644 --- a/src/gui/game/GameView.cpp +++ b/src/gui/game/GameView.cpp @@ -266,7 +266,7 @@ GameView::GameView(): v->c->SaveAsCurrent(); } }; - saveSimulationButton = new SplitButton(ui::Point(currentX, Size.Y-16), ui::Point(150, 15), "[untitled simulation]", "Upload the simulation under current name", "Upload the simulation under new name", 19); + saveSimulationButton = new SplitButton(ui::Point(currentX, Size.Y-16), ui::Point(150, 15), "[untitled simulation]", "Upload the simulation under the current name", "Upload the simulation under a new name", 19); saveSimulationButton->Appearance.HorizontalAlign = ui::Appearance::AlignLeft; saveSimulationButton->SetIcon(IconSave); currentX+=151; @@ -1853,8 +1853,6 @@ void GameView::disableAltBehaviour() } } -//"Upload the simulation under current name", "Upload the simulation under new name" -//"Find & open a simulation" void GameView::enableCtrlBehaviour() { if(!ctrlBehaviour)