QTfrontend/ui/widget/about.cpp
changeset 8653 8495c16a3f94
parent 8652 97a30346203b
child 8654 f523e5e84772
equal deleted inserted replaced
8652:97a30346203b 8653:8495c16a3f94
    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 %1").arg("<a
       
    74         href=\"http://www.gnu.org/licenses/gpl-2.0.html\">GPL version 2</a>") +
    74         "</div>"
    75         "</div>"
    75     );
    76     );
    76     lbl1->setWordWrap(true);
    77     lbl1->setWordWrap(true);
    77     mainLayout->addWidget(lbl1, 0, 1);
    78     mainLayout->addWidget(lbl1, 0, 1);
    78 
    79