QTfrontend/ui/widget/about.cpp
changeset 11830 6078cf0e4944
parent 11384 95d5badcb44f
child 12218 b532cc42ebd4
equal deleted inserted replaced
11829:ebdd7e6e6c49 11830:6078cf0e4944
    75         "a { color: #ffcc00; }"
    75         "a { color: #ffcc00; }"
    76 //            "a:hover { color: yellow; }"
    76 //            "a:hover { color: yellow; }"
    77         "</style>"
    77         "</style>"
    78         "<div align=\"center\"><h1>Hedgewars " + *cVersionString + "</h1>"
    78         "<div align=\"center\"><h1>Hedgewars " + *cVersionString + "</h1>"
    79         "<h3>" + QLabel::tr("Revision") + " " + *cRevisionString + " (" + *cHashString + ")</h3>"
    79         "<h3>" + QLabel::tr("Revision") + " " + *cRevisionString + " (" + *cHashString + ")</h3>"
    80         "<p><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p>" +
    80         "<p><a href=\"https://www.hedgewars.org/\">https://www.hedgewars.org/</a></p>" +
    81         QLabel::tr("This program is distributed under the %1").arg("<a \
    81         QLabel::tr("This program is distributed under the %1").arg("<a \
    82         href=\"http://www.gnu.org/licenses/gpl-2.0.html\">GNU GPL v2</a>") +
    82         href=\"http://www.gnu.org/licenses/gpl-2.0.html\">GNU GPL v2</a>") +
    83         "</div>"
    83         "</div>"
    84     );
    84     );
    85     lbl1->setWordWrap(true);
    85     lbl1->setWordWrap(true);