QTfrontend/ui/widget/about.cpp
changeset 8652 97a30346203b
parent 8613 82c649dfc7c3
child 8653 8495c16a3f94
equal deleted inserted replaced
8651:da384b09eb2b 8652:97a30346203b
    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);