QTfrontend/about.cpp
changeset 888 9b2abea1071f
parent 883 07a568ba44e0
child 907 a5b0b93a39c8
equal deleted inserted replaced
887:cfed7e92afd7 888:9b2abea1071f
    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.2</h3>") +
    38 			QLabel::tr("<h3>Version 0.9.3</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);