GUI: move pix from data/gui/misc/ to ressource and delete double entrys

This commit is contained in:
doitux
2010-03-28 22:26:33 +00:00
parent 9f04fc149c
commit 71402248c0
6 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ aboutPokerthImpl::aboutPokerthImpl(QWidget *parent, ConfigFile *c)
}
label_logo->setPixmap(QPixmap(myAppDataPath+"gfx/gui/misc/logoChip3D.png"));
label_logo->setPixmap(QPixmap(":/gfx/logoChip3D.png"));
label_pokerthVersion->setStyleSheet("QLabel { font-size: 16px; font-weight: bold;}");
label_pokerthVersion->setText(QString(tr("PokerTH %1").arg(POKERTH_BETA_RELEASE_STRING)));