Changeset fecf053b50 in tspsg for src/mainwindow.cpp
- Timestamp:
- Aug 20, 2014, 7:30:16 PM (10 years ago)
- Branches:
- appveyor, imgbot, master
- Children:
- 978fdf3c4b, a7998257bc, f0097d1bf3
- Parents:
- 30eb4f72f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mainwindow.cpp
r30eb4f72f9 rfecf053b50 760 760 761 761 QString credits; 762 credits += tr("%1 was created using <b>Qt 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" 765 765 "<br>\n" 766 766 "Most icons used in %1 are part of <b>Oxygen 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" 768 768 "see <a href=\"http://www.oxygen-icons.org/\">www.oxygen-icons.org</a><br>\n" 769 769 "<br>\n" 770 770 "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" 772 772 "see <a href=\"https://www.gosquared.com/\">www.gosquared.com</a><br>\n" 773 773 "<br>\n" 774 774 "%1 comes with the default \"embedded\" font <b>DejaVu LGC Sans " 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" 776 776 "see <a href=\"http://dejavu-fonts.org/\">dejavu-fonts.org</a>") 777 777 .arg("TSPSG");
Note: See TracChangeset
for help on using the changeset viewer.