From 11062e4de15a4aa0f10e6737b692bb32a84f2b08 Mon Sep 17 00:00:00 2001 From: doitux Date: Sun, 14 Jan 2007 23:50:38 +0000 Subject: [PATCH] --- src/gui/qt/mainwindowimpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/qt/mainwindowimpl.cpp b/src/gui/qt/mainwindowimpl.cpp index 01554ce5..63c173bc 100755 --- a/src/gui/qt/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindowimpl.cpp @@ -168,8 +168,7 @@ mainWindowImpl::mainWindowImpl(QMainWindow *parent, const char *name) connect( pushButton_allin, SIGNAL( clicked() ), this, SLOT( myAllIn() ) ); connect ( horizontalSlider_speed, SIGNAL( valueChanged(int)), this, SLOT ( setGameSpeed(int) ) ); - connect ( pushButton_break, SIGNAL( clicked()), this, SLOT ( breakAfterThisHand() ) ); - + connect ( pushButton_break, SIGNAL( clicked()), this, SLOT ( breakAfterThisHand() ) ); // auch wieder starten!!!! } @@ -1183,6 +1182,7 @@ if( !newRoundTimerBlock && !breakAfterActualHand){ else { newRoundTimerBlock=FALSE; pushButton_break->setDisabled(FALSE); + pushButton_break->setText("Start"); breakAfterActualHand=FALSE; }