diff options
Diffstat (limited to 'c/util.h')
-rw-r--r-- | c/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ std::set_terminate([]() noexcept \ { \ ShowException( \ - L"Episode Browser was terminated due to an error: %s", \ + L"Episode Browser was terminated due to an error while %s: %s", \ L"Fatal Error", MB_ICONERROR); \ _Exit(1); \ }) |