equal
deleted
inserted
replaced
46 // "a:hover { color: yellow; }" |
46 // "a:hover { color: yellow; }" |
47 "</style>" |
47 "</style>" |
48 "<div align=\"center\"><h1>Hedgewars</h1>" |
48 "<div align=\"center\"><h1>Hedgewars</h1>" |
49 "<h3>" + QLabel::tr("Version") + " " + *cVersionString + "</h3>" |
49 "<h3>" + QLabel::tr("Version") + " " + *cVersionString + "</h3>" |
50 "<p><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p><br>" + |
50 "<p><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p><br>" + |
51 QLabel::tr("This program is distributed under the GNU General Public License") + |
51 QLabel::tr("This program is distributed under the GNU General Public License v2") + |
52 "</div>" |
52 "</div>" |
53 ); |
53 ); |
54 lbl1->setWordWrap(true); |
54 lbl1->setWordWrap(true); |
55 mainLayout->addWidget(lbl1, 0, 1); |
55 mainLayout->addWidget(lbl1, 0, 1); |
56 |
56 |