From 368624995f9c2dbcf2c1095cc4285eb0efa25e22 Mon Sep 17 00:00:00 2001 From: doitux Date: Thu, 1 Feb 2007 19:35:38 +0000 Subject: [PATCH] --- src/gui/qt/mainwindowimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt/mainwindowimpl.cpp b/src/gui/qt/mainwindowimpl.cpp index d88ccbf6..e9b7a500 100755 --- a/src/gui/qt/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindowimpl.cpp @@ -1723,7 +1723,7 @@ void mainWindowImpl::keyPressEvent ( QKeyEvent * event ) { if (event->key() == 16777220) { if(spinBox_set->hasFocus()) pushButton_set->click(); } //ENTER if (event->key() == 16777265) { switchToolBox(); } //F2 - if (event->key() == 65) { callNewGameDialog(); + if (event->key() == 65) { paintStartSplash(); } if (event->key() == 66) {