QTfrontend/about.cpp
changeset 268 88809d92e504
parent 254 6bdb58eff749
child 426 7523417d84d6
equal deleted inserted replaced
267:bf7c1503f569 268:88809d92e504
    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.8</h3>") +
    38 			QLabel::tr("<h3>Version 0.8.1</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);