diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-25 14:30:27 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-08-25 14:30:27 +0200 |
| commit | c4636d891f94f3af6664a82d1f6757a386431fde (patch) | |
| tree | 99d48370eeb93e24e1632444af68c139fd9f2f33 /src/modinfo.cpp | |
| parent | 8ea8444dc89546ee731060e66a9b33d3721bbf6d (diff) | |
Added ModGroups contents icon and flag.
Diffstat (limited to 'src/modinfo.cpp')
| -rw-r--r-- | src/modinfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modinfo.cpp b/src/modinfo.cpp index 91f3c1a1..b42c7303 100644 --- a/src/modinfo.cpp +++ b/src/modinfo.cpp @@ -103,6 +103,8 @@ QString ModInfo::getContentTypeName(int contentType) case CONTENT_SKYPROC: return tr("SkyProc Tools"); case CONTENT_MCM: return tr("MCM Data"); case CONTENT_INI: return tr("INI files"); + case CONTENT_MODGROUP: return tr("ModGroup files"); + default: throw MyException(tr("invalid content type %1").arg(contentType)); } } |
