summaryrefslogtreecommitdiff
path: root/noncore/games/buzzword/buzzword.cpp
Side-by-side diff
Diffstat (limited to 'noncore/games/buzzword/buzzword.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/buzzword/buzzword.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/games/buzzword/buzzword.cpp b/noncore/games/buzzword/buzzword.cpp
index 37032df..447396b 100644
--- a/noncore/games/buzzword/buzzword.cpp
+++ b/noncore/games/buzzword/buzzword.cpp
@@ -4,3 +4,3 @@
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation; either
@@ -88,3 +88,2 @@ BuzzWord::BuzzWord() : QMainWindow(0)
game->insertItem(tr("&About"), this, SLOT(about()));
- game->insertItem(tr("&Quit"), qApp, SLOT(quit()), Key_Q );
menu->insertItem( tr("&Game"), game );