string freeze for beta2. translation files updated
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="standardButtons">
|
||||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
|
||||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -2323,7 +2323,7 @@ void gameTableImpl::showHoleCards(unsigned playerId, bool allIn)
|
||||
//set Player value (logging)
|
||||
qDebug() << "currentHand->getCurrentRound()" << currentHand->getCurrentRound();
|
||||
if(currentHand->getCurrentRound() < 4 || allIn) {
|
||||
(*it_c)->setMyCardsFlip(1,2); //for bero before postriver or allin just log the hands
|
||||
(*it_c)->setMyCardsFlip(1,2); //for bero before postriver or allin just log the hole cards
|
||||
}
|
||||
else {
|
||||
(*it_c)->setMyCardsFlip(1,1); //for postriver log the value
|
||||
|
||||
@@ -48,6 +48,7 @@ settingsDialogImpl::settingsDialogImpl(QWidget *parent, ConfigFile *c, selectAva
|
||||
|
||||
if (myConfig->readConfigInt("CLA_NoWriteAccess")) { groupBox_logOnOff->setDisabled(TRUE); }
|
||||
|
||||
comboBox_switchLanguage->addItem(tr("Afrikaans"),"af");
|
||||
comboBox_switchLanguage->addItem(tr("Bulgarian"),"bg");
|
||||
comboBox_switchLanguage->addItem(tr("Chinese"),"zhcn");
|
||||
comboBox_switchLanguage->addItem(tr("Catalan"),"ca");
|
||||
|
||||
Reference in New Issue
Block a user