QTfrontend/ui/widget/about.cpp
changeset 8654 f523e5e84772
parent 8653 8495c16a3f94
child 8760 534e30885b66
equal deleted inserted replaced
8653:8495c16a3f94 8654:f523e5e84772
    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 %1").arg("<a
    73         QLabel::tr("This program is distributed under the %1").arg("<a \
    74         href=\"http://www.gnu.org/licenses/gpl-2.0.html\">GPL version 2</a>") +
    74         href=\"http://www.gnu.org/licenses/gpl-2.0.html\">GNU GPL v2</a>") +
    75         "</div>"
    75         "</div>"
    76     );
    76     );
    77     lbl1->setWordWrap(true);
    77     lbl1->setWordWrap(true);
    78     mainLayout->addWidget(lbl1, 0, 1);
    78     mainLayout->addWidget(lbl1, 0, 1);
    79 
    79