diff options
| author | jacob1 <jfu614@gmail.com> | 2013-03-16 00:32:39 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-03-16 00:32:39 (GMT) |
| commit | 2267f3438689e195b38b0f05c8321c713ffd0932 (patch) | |
| tree | 23b765fb8ceaa4a726b6f13d99738b2c5243031d /src/game/GameController.cpp | |
| parent | cd8ea8ad0eb1e8af28c25a75dd2a15bc94c357c4 (diff) | |
| download | powder-2267f3438689e195b38b0f05c8321c713ffd0932.zip powder-2267f3438689e195b38b0f05c8321c713ffd0932.tar.gz | |
add a button to show the save uploading rules inside the save upload dialog
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 { |
