From d7bb04a09c7f04b0c3a8580d6a9ccd6313656fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Mon, 22 Aug 2022 03:17:54 +0200 Subject: Add InternetError exception. --- c/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/main.cpp') diff --git a/c/main.cpp b/c/main.cpp index 73a89d4..0e6c839 100644 --- a/c/main.cpp +++ b/c/main.cpp @@ -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); } -- cgit v1.2.3