diff options
Diffstat (limited to 'c/main.cpp')
-rw-r--r-- | c/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ static void UpdateTheme(); void OnTerminate() noexcept { - ShowException(L"Episode Browser was terminated due to %s: %s", L"Fatal Error", MB_ICONERROR); + ShowException(L"Episode Browser was terminated due to an error: %s", L"Fatal Error", MB_ICONERROR); _Exit(1); } |