diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-07-17 13:06:38 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-07-17 13:10:08 +0200 |
| commit | 5a0b8b431c3ffd5de2f4359492854310da32405e (patch) | |
| tree | aaf92f4f207160851cc6ca8be578e4ef41d7e404 /src/modinfo.cpp | |
| parent | 61b33a83519d1473b6b7a62d3d571c5097572204 (diff) | |
Added Contains INI files content filter and checking.
Diffstat (limited to 'src/modinfo.cpp')
| -rw-r--r-- | src/modinfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modinfo.cpp b/src/modinfo.cpp index 1f2520c9..91f3c1a1 100644 --- a/src/modinfo.cpp +++ b/src/modinfo.cpp @@ -102,6 +102,7 @@ QString ModInfo::getContentTypeName(int contentType) case CONTENT_SKSE: return tr("Script Extender"); case CONTENT_SKYPROC: return tr("SkyProc Tools"); case CONTENT_MCM: return tr("MCM Data"); + case CONTENT_INI: return tr("INI files"); default: throw MyException(tr("invalid content type %1").arg(contentType)); } } |
