diff options
| author | Tannin <sherb@gmx.net> | 2016-06-19 16:01:15 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-06-19 16:01:15 +0200 |
| commit | cd83f4e7324966c9387dad19e8b15b12d902e182 (patch) | |
| tree | 2125ba86cf856749d375f9849ecfd9943321a324 /src/modinfo.cpp | |
| parent | 4f25a0689f9b4050a3359bbd04d586faf0d906f0 (diff) | |
reduced number of mod content icons a bit because they take too much space
Diffstat (limited to 'src/modinfo.cpp')
| -rw-r--r-- | src/modinfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modinfo.cpp b/src/modinfo.cpp index 3c97ca85..53b74244 100644 --- a/src/modinfo.cpp +++ b/src/modinfo.cpp @@ -92,12 +92,10 @@ QString ModInfo::getContentTypeName(int contentType) case CONTENT_MESH: return tr("Meshes"); case CONTENT_BSA: return tr("BSA"); case CONTENT_INTERFACE: return tr("UI Changes"); - case CONTENT_MUSIC: return tr("Music"); case CONTENT_SOUND: return tr("Sound Effects"); case CONTENT_SCRIPT: return tr("Scripts"); case CONTENT_SKSE: return tr("SKSE Plugins"); case CONTENT_SKYPROC: return tr("SkyProc Tools"); - case CONTENT_STRING: return tr("Strings"); default: throw MyException(tr("invalid content type %1").arg(contentType)); } } |
