Changeset fecf053b50 in tspsg for src


Ignore:
Timestamp:
Aug 20, 2014, 7:30:16 PM (10 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master
Children:
978fdf3c4b, a7998257bc, f0097d1bf3
Parents:
30eb4f72f9
Message:

Updated link to Qt Project

Also made some small, mostly stylistic, changes to the Credits text.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.cpp

    r30eb4f72f9 rfecf053b50  
    760760
    761761QString credits;
    762     credits += tr("%1 was created using <b>Qt&nbsp;framework</b> licensed "
    763         "under the terms of the GNU Lesser General Public License,<br>\n"
    764         "see <a href=\"http://qt.nokia.com/\">qt.nokia.com</a><br>\n"
     762    credits += tr("%1 was created using <b>Qt</b> framework licensed "
     763        "under the terms of <i>GNU Lesser General Public License</i>,<br>\n"
     764        "see <a href=\"http://qt-project.org/\">qt-project.org</a><br>\n"
    765765        "<br>\n"
    766766        "Most icons used in %1 are part of <b>Oxygen&nbsp;Icons</b> project "
    767         "licensed according to the GNU Lesser General Public License,<br>\n"
     767        "licensed according to the <i>GNU Lesser General Public License</i>,<br>\n"
    768768        "see <a href=\"http://www.oxygen-icons.org/\">www.oxygen-icons.org</a><br>\n"
    769769        "<br>\n"
    770770        "Country flag icons used in %1 are part of <b>Flag Icons</b> by "
    771         "<b>GoSquared</b> licensed under the terms of MIT License,<br>\n"
     771        "<b>GoSquared</b> licensed under the terms of <i>MIT License</i>,<br>\n"
    772772        "see <a href=\"https://www.gosquared.com/\">www.gosquared.com</a><br>\n"
    773773        "<br>\n"
    774774        "%1 comes with the default \"embedded\" font <b>DejaVu&nbsp;LGC&nbsp;Sans&nbsp;"
    775         "Mono</b> from the <b>DejaVu fonts</b> licensed under a Free license</a>,<br>\n"
     775        "Mono</b> from the <b>DejaVu fonts</b> licensed under <i>Free license</i></a>,<br>\n"
    776776        "see <a href=\"http://dejavu-fonts.org/\">dejavu-fonts.org</a>")
    777777            .arg("TSPSG");
Note: See TracChangeset for help on using the changeset viewer.