This commit is contained in:
doitux
2007-12-02 21:25:24 +00:00
parent 544c7ec952
commit 207c35fba2
20 changed files with 1106 additions and 1325 deletions
+2 -2
View File
@@ -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,
+1 -1
View File
@@ -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) {