translation update - stringfreeze for 0.6 final
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@
|
||||
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
|
||||
|
||||
#define POKERTH_BETA_REVISION 6
|
||||
#define POKERTH_BETA_RELEASE_STRING "0.6-beta6"
|
||||
#define POKERTH_BETA_RELEASE_STRING "0.6"
|
||||
|
||||
enum ServerNetworkMode {
|
||||
NETWORK_MODE_TCP = 1,
|
||||
|
||||
@@ -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();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -52,6 +52,7 @@ settingsDialogImpl::settingsDialogImpl(QWidget *parent, ConfigFile *c, selectAva
|
||||
comboBox_switchLanguage->addItem(tr("Portuguese"),"ptbr");
|
||||
comboBox_switchLanguage->addItem(tr("Russian"),"ru");
|
||||
comboBox_switchLanguage->addItem(tr("Slovak"),"sk");
|
||||
comboBox_switchLanguage->addItem(tr("Spanish"),"es");
|
||||
comboBox_switchLanguage->addItem(tr("Turkish"),"tr");
|
||||
|
||||
connect( buttonBox, SIGNAL( accepted() ), this, SLOT( isAccepted() ) );
|
||||
|
||||
Reference in New Issue
Block a user