diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2017-11-08 19:30:20 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2017-11-08 19:30:20 -0600 |
| commit | 3cf3de700eeac08867d509e478449e46d7ff9f12 (patch) | |
| tree | 99906210580834bdafbae97e8e1878cf62e9e80e /src/modinfo.cpp | |
| parent | 9ec913945a42b33f1cfd4f7389539c25895adb34 (diff) | |
Add MCM detection (but doesn't fix loading issues :()
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 7cb4b4ba..5d3c1e41 100644 --- a/src/modinfo.cpp +++ b/src/modinfo.cpp @@ -99,6 +99,7 @@ QString ModInfo::getContentTypeName(int contentType) case CONTENT_SCRIPT: return tr("Scripts"); case CONTENT_SKSE: return tr("SKSE Plugins"); case CONTENT_SKYPROC: return tr("SkyProc Tools"); + case CONTENT_MCM: return tr("MCM Data"); default: throw MyException(tr("invalid content type %1").arg(contentType)); } } |
