translation update - stringfreeze for 0.6 final
This commit is contained in:
@@ -272,13 +272,11 @@ void StartSplash::paintEvent(QPaintEvent * /*event*/) {
|
||||
painter.setOpacity(1.0);
|
||||
painter.setFont(versionFont);
|
||||
painter.setPen(QColor(102,153,0));
|
||||
painter.drawText(295,230,100,20,4,QString("Version %1").arg(POKERTH_BETA_RELEASE_STRING));
|
||||
painter.drawText(305,225,100,20,4,QString("Version %1").arg(POKERTH_BETA_RELEASE_STRING));
|
||||
painter.setOpacity(opacity);
|
||||
|
||||
if(frameNo >=190) {
|
||||
this->close();
|
||||
// myW->label_logo->show();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user