diff options
| author | Silarn <jrim@rimpo.org> | 2019-01-31 00:36:41 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-02-18 21:29:26 -0600 |
| commit | 6b9e94473addf468224ea2b0521ab724d5842cb5 (patch) | |
| tree | 1dfbe6a85bcb5096a6fa37293a1b57bf075f0580 /src/modinfodialog.cpp | |
| parent | 5aed35d2b6a43bae284bea958456bc50b8bfda44 (diff) | |
Various fixes and updates
* Add second api type for mod info to segment updates from basic desc
* Add saved nexus file type and factor it into the update display
* Fix some issues with how we were checking for 'latest update' files
Diffstat (limited to 'src/modinfodialog.cpp')
| -rw-r--r-- | src/modinfodialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modinfodialog.cpp b/src/modinfodialog.cpp index db3e5de1..30d09579 100644 --- a/src/modinfodialog.cpp +++ b/src/modinfodialog.cpp @@ -851,6 +851,7 @@ QString ModInfoDialog::getFileCategory(int categoryID) case 2: return tr("Update"); case 3: return tr("Optional"); case 4: return tr("Old"); + case 5: return tr("Miscellaneous"); case 6: return tr("Deleted"); default: return tr("Unknown"); } |
