0.6-rc
This commit is contained in:
+2
-2
@@ -32,8 +32,8 @@
|
||||
#define POKERTH_VERSION_MINOR 6
|
||||
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
|
||||
|
||||
#define POKERTH_BETA_REVISION 6
|
||||
#define POKERTH_BETA_RELEASE_STRING "0.6"
|
||||
#define POKERTH_BETA_REVISION 7
|
||||
#define POKERTH_BETA_RELEASE_STRING "0.6-rc"
|
||||
|
||||
enum ServerNetworkMode {
|
||||
NETWORK_MODE_TCP = 1,
|
||||
|
||||
@@ -408,7 +408,7 @@ mainWindowImpl::mainWindowImpl(ConfigFile *c, QMainWindow *parent)
|
||||
for (i=0; i<MAX_NUMBER_OF_PLAYERS; i++) { actionLabelArray[i]->raise(); }
|
||||
|
||||
//fix for away string bug in righttabwidget on windows
|
||||
#if (defined _WIN32) || (defined __APPLE_)
|
||||
#if (defined _WIN32) || (defined __APPLE__)
|
||||
tabWidget_Right->setTabText(0, " "+tabWidget_Right->tabText(0)+" ");
|
||||
tabWidget_Right->setTabText(1, " "+tabWidget_Right->tabText(1)+" ");
|
||||
#endif
|
||||
|
||||
@@ -272,7 +272,7 @@ void StartSplash::paintEvent(QPaintEvent * /*event*/) {
|
||||
painter.setOpacity(1.0);
|
||||
painter.setFont(versionFont);
|
||||
painter.setPen(QColor(153,213,0));
|
||||
painter.drawText(307,227,100,20,4,QString("Version %1").arg(POKERTH_BETA_RELEASE_STRING));
|
||||
painter.drawText(303,227,100,20,4,QString("Version %1").arg(POKERTH_BETA_RELEASE_STRING));
|
||||
painter.setOpacity(opacity);
|
||||
|
||||
if(frameNo >=190) {
|
||||
|
||||
Reference in New Issue
Block a user