diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-21 04:05:20 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-21 04:05:20 +0200 |
commit | 1edb1cbc3b1dabad1fc366bbefb5ba8d0060a7ab (patch) | |
tree | d5da0b09088964c68cc8391ced5113129ab89990 /src/game.cpp | |
parent | fe8a5d4b795a89a59a352bb230c749eb07ad81fd (diff) | |
download | plus-1edb1cbc3b1dabad1fc366bbefb5ba8d0060a7ab.tar.gz plus-1edb1cbc3b1dabad1fc366bbefb5ba8d0060a7ab.tar.bz2 plus-1edb1cbc3b1dabad1fc366bbefb5ba8d0060a7ab.tar.xz plus-1edb1cbc3b1dabad1fc366bbefb5ba8d0060a7ab.zip |
Revert "Show network error dialog as not modal."
This reverts commit fe8a5d4b795a89a59a352bb230c749eb07ad81fd.
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index f5565b71e..4f8bad0ce 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -485,7 +485,7 @@ void Game::logic() if (!disconnectedDialog) { disconnectedDialog = new OkDialog(_("Network Error"), - errorMessage, false); + errorMessage); disconnectedDialog->addActionListener(&errorListener); disconnectedDialog->requestMoveToTop(); } |