Exit the Game Message

Situation

In the process of exiting the game, a dialog window appears with the following text: "Do you really want to quit?"

Dialog Text

"Do you really want to quit?" (str_Really_exit)

Buttons

For one-player games:

- <Quit> (mbQuit), <Restart> (mbRestart)

For one-player games, if <Restart> does not make sense:
- <Quit> (mbQuit), <Cancel> (mbCancel)

For two-player games:
- <Quit> (mbQuit), <Draw> (mbDraw)

For two-player games, if a draw cannot be suggested:
- <Quit> (mbQuit), <Cancel> (mbCancel)


Responses to the buttons

For one-player games:

<Quit>
- to exit to root.
<Restart>
- new game begins.

For one-player games, if "Restart" does not make sense:
<Quit>
- to exit into root.
<Cancel>
- Returning to the game if it is under way. Returning to root if the dialog appears before the dialog appears before the beginning of the game.

For two-player games:
<Quit>
- Exit to the Select Partner menu, if the application was started via the Select Partner menu.
- Exit to root if the application was started via an invitation of a remote user.
<Draw>
- Suggestion of a draw.

For two-player games, if a draw cannot be suggested:
<Quit>
- The field of the game is displayed if the game began. Then the application is exited via the standard exit dialog.
<Cancel>
- Duplicates the <Quit> button.

For the HOT SEAT regime, playing with CYBIKO, or playing with a remote partner:
<Quit>
- Exit to the Select Partner menu, if the application was started via the Select Partner menu.
- Exit to root if the application was started via an invitation of a remote user.
<Cancel>
- The field of the game is displayed if the game began. Then the application is exited via the standard exit dialog.

Responses to the cancellation via <Esc>

Returning to the game if it is under way. Returning to root if the dialog appears before the dialog appears before the beginning of the game.