From 5c683f6bc39e1cab02169f1bf6e3603924362b18 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Sat, 25 Aug 2012 10:59:59 +0100 Subject: Tooltips for sign in button, fixes #113 diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp index e3b97d5..5631ee0 100644 --- a/src/game/GameView.cpp +++ b/src/game/GameView.cpp @@ -334,7 +334,7 @@ GameView::GameView(): v->c->OpenLogin(); } }; - loginButton = new ui::Button(ui::Point(Size.X-141, Size.Y-16), ui::Point(92, 15), "[sign in]"); + loginButton = new ui::Button(ui::Point(Size.X-141, Size.Y-16), ui::Point(92, 15), "[sign in]", "Sign into simulation server"); loginButton->Appearance.HorizontalAlign = ui::Appearance::AlignLeft; loginButton->SetIcon(IconLogin); loginButton->SetActionCallback(new LoginAction(this)); -- cgit v0.9.2-21-gd62e