diff options
| author | Simon 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) |
| commit | b6e1526345b2e2e189b999ddc3fabdb151f395fb (patch) | |
| tree | 65dd16210aea9bfdef8b099e1a8515e5bc6ff71a /src/game/GameController.cpp | |
| parent | 0646b7fe41bf8dc94b4f2eb1e3e1c0e85ac1f254 (diff) | |
| parent | ff304321c54530040d82cb51b8c8742ed7611e54 (diff) | |
| download | powder-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.cpp | 4 |
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 { |
