summaryrefslogtreecommitdiff
path: root/src/game/GameController.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2013-03-16 11:20:23 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2013-03-16 11:20:23 (GMT)
commitb6e1526345b2e2e189b999ddc3fabdb151f395fb (patch)
tree65dd16210aea9bfdef8b099e1a8515e5bc6ff71a /src/game/GameController.cpp
parent0646b7fe41bf8dc94b4f2eb1e3e1c0e85ac1f254 (diff)
parentff304321c54530040d82cb51b8c8742ed7611e54 (diff)
downloadpowder-b6e1526345b2e2e189b999ddc3fabdb151f395fb.zip
powder-b6e1526345b2e2e189b999ddc3fabdb151f395fb.tar.gz
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
Diffstat (limited to 'src/game/GameController.cpp')
-rw-r--r--src/game/GameController.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp
index 993e768..017aa58 100644
--- a/src/game/GameController.cpp
+++ b/src/game/GameController.cpp
@@ -267,7 +267,7 @@ void GameController::PlaceSave(ui::Point position)
void GameController::Install()
{
#if defined(MACOSX)
- new InformationMessage("No Installation necessary", "You don't need to install The Powder Toy on Mac OS X");
+ new InformationMessage("No Installation necessary", "You don't need to install The Powder Toy on Mac OS X", false);
#elif defined(WIN) || defined(LIN)
class InstallConfirmation: public ConfirmDialogueCallback {
public:
@@ -278,7 +278,7 @@ void GameController::Install()
{
if(Client::Ref().DoInstallation())
{
- new InformationMessage("Install Success", "The installation completed!");
+ new InformationMessage("Install Success", "The installation completed!", false);
}
else
{