QTfrontend/about.cpp
changeset 720 97a9d67d5c3e
parent 623 ca1c1bd15915
child 739 b6849ece8fee
equal deleted inserted replaced
719:bea32693bd7a 720:97a9d67d5c3e
    33 	QLabel *lbl1 = new QLabel(this);
    33 	QLabel *lbl1 = new QLabel(this);
    34 
    34 
    35 	lbl1->setOpenExternalLinks(true);
    35 	lbl1->setOpenExternalLinks(true);
    36 	lbl1->setText(
    36 	lbl1->setText(
    37 			"<div align=\"center\"><h1>Hedgewars</h1>" +
    37 			"<div align=\"center\"><h1>Hedgewars</h1>" +
    38 			QLabel::tr("<h3>Version 0.9</h3>") +
    38 			QLabel::tr("<h3>Version 0.9.2</h3>") +
    39 			"<p><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p><br>" +
    39 			"<p><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p><br>" +
    40 			QLabel::tr("This program is distributed under the GNU General Public License") +
    40 			QLabel::tr("This program is distributed under the GNU General Public License") +
    41 			"</div>"
    41 			"</div>"
    42 			);
    42 			);
    43 	lbl1->setWordWrap(true);
    43 	lbl1->setWordWrap(true);