aboutsummaryrefslogtreecommitdiff
path: root/c/main.cpp
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-22 03:17:54 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-22 03:21:52 +0200
commitd7bb04a09c7f04b0c3a8580d6a9ccd6313656fcf (patch)
tree46f91cf658a39015d821d19935b6f99867ddbfed /c/main.cpp
parentba0750ff48bcf97ef99602fe27322fa706a93b6b (diff)
downloadEpisodeBrowser-d7bb04a09c7f04b0c3a8580d6a9ccd6313656fcf.tar.gz
Add InternetError exception.
Diffstat (limited to 'c/main.cpp')
-rw-r--r--c/main.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}