pixmap for command as its fort
authordisplacer
Fri, 18 Aug 2006 20:46:43 +0000
changeset 118 fac200ee771c
parent 117 d21a48200772
child 119 665c07365cb6
pixmap for command as its fort
QTfrontend/teamselhelper.cpp
--- a/QTfrontend/teamselhelper.cpp	Fri Aug 18 20:37:50 2006 +0000
+++ b/QTfrontend/teamselhelper.cpp	Fri Aug 18 20:46:43 2006 +0000
@@ -13,7 +13,7 @@
 {
   this->setMaximumHeight(40);
   QLabel* pixlbl=new QLabel();
-  pixlbl->setPixmap(QPixmap("../share/hedgewars/Data/Graphics/thinking.png"));
+  pixlbl->setPixmap(QPixmap(QString("../share/hedgewars/Data/Forts/")+m_team.Fort+"L.png").scaledToHeight(30));
   mainLayout.addWidget(pixlbl);
 
   TeamLabel* lbl=new TeamLabel(team.TeamName);