diff options
| author | Tannin <devnull@localhost> | 2014-12-13 16:47:11 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-12-13 16:47:11 +0100 |
| commit | 64eced4614657f22b22ba565df497a010499bf30 (patch) | |
| tree | fdb93b3dc829e5523f3c381befd530f714a7f253 /src/aboutdialog.cpp | |
| parent | 8634b97bea67744d2ac147f2c8b94b8e52c37acd (diff) | |
- NCC installer can now discover files in other mods (thanks Reunion!) and knows the script extender version
Diffstat (limited to 'src/aboutdialog.cpp')
| -rw-r--r-- | src/aboutdialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/aboutdialog.cpp b/src/aboutdialog.cpp index a8f9b4db..fba9c94f 100644 --- a/src/aboutdialog.cpp +++ b/src/aboutdialog.cpp @@ -35,6 +35,7 @@ AboutDialog::AboutDialog(const QString &version, QWidget *parent) m_LicenseFiles[LICENSE_BOOST] = "boost.txt";
m_LicenseFiles[LICENSE_CCBY3] = "by-sa3.txt";
m_LicenseFiles[LICENSE_ZLIB] = "zlib.txt";
+ m_LicenseFiles[LICENSE_APACHE2] = "apache-license-2.0.txt";
addLicense("Qt 4.8.5", LICENSE_LGPL3);
addLicense("Qt Json", LICENSE_GPL3);
@@ -46,6 +47,7 @@ AboutDialog::AboutDialog(const QString &version, QWidget *parent) addLicense("NIF File Format Library", LICENSE_BSD3);
addLicense("BOSS (modified)", LICENSE_GPL3);
addLicense("Alphanum Algorithm", LICENSE_ZLIB);
+ addLicense("Castle Core", LICENSE_APACHE2);
ui->nameLabel->setText(QString("<span style=\"font-size:12pt; font-weight:600;\">%1 %2</span>").arg(ui->nameLabel->text()).arg(version));
#ifdef HGID
|
