equal
deleted
inserted
replaced
66 "<style type=\"text/css\">" |
66 "<style type=\"text/css\">" |
67 "a { color: #ffcc00; }" |
67 "a { color: #ffcc00; }" |
68 // "a:hover { color: yellow; }" |
68 // "a:hover { color: yellow; }" |
69 "</style>" |
69 "</style>" |
70 "<div align=\"center\"><h1>Hedgewars " + *cVersionString + "</h1>" |
70 "<div align=\"center\"><h1>Hedgewars " + *cVersionString + "</h1>" |
71 "<h3>" + QLabel::tr("Revision") + " " + *cRevisionString + "|" + *cHashString + "</h3>" |
71 "<h3>" + QLabel::tr("Revision") + " " + *cRevisionString + " (" + *cHashString + ")</h3>" |
72 "<p><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p>" + |
72 "<p><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p>" + |
73 QLabel::tr("This program is distributed under the GNU General Public License v2") + |
73 QLabel::tr("This program is distributed under the GNU General Public License v2") + |
74 "</div>" |
74 "</div>" |
75 ); |
75 ); |
76 lbl1->setWordWrap(true); |
76 lbl1->setWordWrap(true); |