diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/organizer_en.ts | 2 | ||||
| -rw-r--r-- | src/sanitychecks.cpp | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/organizer_en.ts b/src/organizer_en.ts index 6101c8e7..593e4457 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -6766,7 +6766,7 @@ You can restart Mod Organizer as administrator and try launching the program aga <translation type="unfinished"></translation> </message> <message> - <location filename="sanitychecks.cpp" line="238"/> + <location filename="sanitychecks.cpp" line="239"/> <source>%1 is loaded. This program is known to cause issues with Mod Organizer, such as freezing or blank windows. Consider uninstalling it.</source> <oldsource>%1 is loaded. This program is known to cause issues with Mod Organizer, such as freezing or blank windows. Consider uninstalling it. (%2)</oldsource> <translation type="unfinished"></translation> diff --git a/src/sanitychecks.cpp b/src/sanitychecks.cpp index bdf762d9..6da42e79 100644 --- a/src/sanitychecks.cpp +++ b/src/sanitychecks.cpp @@ -227,7 +227,8 @@ int checkIncompatibleModule(const env::Module& m) static const std::map<QString, QString> names = { {"NahimicOSD.dll", "Nahimic"}, {"RTSSHooks64.dll", "RivaTuner Statistics Server"}, - {"SSAudioOSD.dll", "SteelSeries Audio"} + {"SSAudioOSD.dll", "SteelSeries Audio"}, + {"SS3DevProps.dll", "Sonic Suite 3"} }; const QFileInfo file(m.path()); |
