-rw-r--r-- | noncore/games/bounce/kbounce.cpp | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/noncore/games/bounce/kbounce.cpp b/noncore/games/bounce/kbounce.cpp index f703f74..5d8aba3 100644 --- a/noncore/games/bounce/kbounce.cpp +++ b/noncore/games/bounce/kbounce.cpp | |||
@@ -113,7 +113,16 @@ void KJezzball::newGame() | |||
113 | 113 | ||
114 | void KJezzball::about() | 114 | void KJezzball::about() |
115 | { | 115 | { |
116 | QMessageBox::information( this, "About", "Written by: Stefan Schimanski\nPorted by: Martin Imobersteg\n\nThis program is distributed under\nthe terms of the GPL v2." ); | 116 | QMessageBox::information( this, "About", |
117 | "Written by: Stefan Schimanski\n" | ||
118 | "Ported by: Martin Imobersteg\n" | ||
119 | "\n" | ||
120 | "Click to form walls.\n" | ||
121 | "Hit space to switch wall direction.\n" | ||
122 | "Try to reduce total space by 75%.\n" | ||
123 | "\n" | ||
124 | "This program is distributed under\n" | ||
125 | "the terms of the GPL v2." ); | ||
117 | } | 126 | } |
118 | 127 | ||
119 | void KJezzball::closeGame() | 128 | void KJezzball::closeGame() |