summaryrefslogtreecommitdiff
path: root/src/game/GameView.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-25 09:59:59 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-25 09:59:59 (GMT)
commit5c683f6bc39e1cab02169f1bf6e3603924362b18 (patch)
tree33a756fba1c52a5453697c1aa1a42e8e52e2fe9f /src/game/GameView.cpp
parentae3c9ddf3950c42cc68e1eca73fe84fdd8eddfd0 (diff)
downloadpowder-5c683f6bc39e1cab02169f1bf6e3603924362b18.zip
powder-5c683f6bc39e1cab02169f1bf6e3603924362b18.tar.gz
Tooltips for sign in button, fixes #113
Diffstat (limited to 'src/game/GameView.cpp')
-rw-r--r--src/game/GameView.cpp2
1 files changed, 1 insertions, 1 deletions
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));