QTfrontend/ui/widget/about.cpp
changeset 6067 fe7990b3db66
parent 6060 fdfc01419815
child 6175 a80833ddaef0
equal deleted inserted replaced
6066:b624c30dbbb9 6067:fe7990b3db66
    46 //            "a:hover { color: yellow; }"
    46 //            "a:hover { color: yellow; }"
    47             "</style>"
    47             "</style>"
    48             "<div align=\"center\"><h1>Hedgewars</h1>"
    48             "<div align=\"center\"><h1>Hedgewars</h1>"
    49             "<h3>" + QLabel::tr("Version") + " " + *cVersionString + "</h3>"
    49             "<h3>" + QLabel::tr("Version") + " " + *cVersionString + "</h3>"
    50             "<p><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p><br>" +
    50             "<p><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p><br>" +
    51             QLabel::tr("This program is distributed under the GNU General Public License") +
    51             QLabel::tr("This program is distributed under the GNU General Public License v2") +
    52             "</div>"
    52             "</div>"
    53             );
    53             );
    54     lbl1->setWordWrap(true);
    54     lbl1->setWordWrap(true);
    55     mainLayout->addWidget(lbl1, 0, 1);
    55     mainLayout->addWidget(lbl1, 0, 1);
    56 
    56