new danuxi avatar and refresh style bugfix
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.6 KiB |
@@ -3273,6 +3273,12 @@ void gameTableImpl::refreshGameTableStyle()
|
|||||||
if(myConfig->readConfigInt("DontTranslateInternationalPokerStringsFromStyle") || myGameTableStyle->getRiverI18NString() == "NULL") { RiverString = "River"; }
|
if(myConfig->readConfigInt("DontTranslateInternationalPokerStringsFromStyle") || myGameTableStyle->getRiverI18NString() == "NULL") { RiverString = "River"; }
|
||||||
else { RiverString = myGameTableStyle->getRiverI18NString(); }
|
else { RiverString = myGameTableStyle->getRiverI18NString(); }
|
||||||
|
|
||||||
|
label_Pot->setText(PotString);
|
||||||
|
label_Total->setText(TotalString+":");
|
||||||
|
label_Sets->setText(BetsString+":");
|
||||||
|
label_handNumber->setText(HandString+":");
|
||||||
|
label_gameNumber->setText(GameString+":");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void gameTableImpl::saveGameTableGeometry()
|
void gameTableImpl::saveGameTableGeometry()
|
||||||
|
|||||||
Reference in New Issue
Block a user