This commit is contained in:
doitux
2007-01-23 19:20:18 +00:00
parent 0b4348b533
commit 97216f3f77
8 changed files with 726 additions and 433 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ newGameDialogImpl::newGameDialogImpl(QWidget *parent, const char *name)
spinBox_startCash->setValue(myConfig.readConfigInt("StartCash", 2000));
spinBox_smallBlind->setValue(myConfig.readConfigInt("SmallBlind", 10));
spinBox_gameSpeed->setValue(myConfig.readConfigInt("GameSpeed", 4));
spinBox_handsBeforeRaiseSmallBlind->setValue(myConfig.readConfigInt("HandsBeforeRaiseSmallBlind", 9));
}