QTfrontend/ui/widget/about.cpp
changeset 8613 82c649dfc7c3
parent 8447 250142acef7b
child 8652 97a30346203b
equal deleted inserted replaced
8612:f7c194533d45 8613:82c649dfc7c3
    65     lbl1->setText(
    65     lbl1->setText(
    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</h1>"
    70         "<div align=\"center\"><h1>Hedgewars " + *cVersionString + "</h1>"
    71         "<h3>" + QLabel::tr("Version") + " " + *cVersionString + "</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);