Skip to content

Commit

Permalink
UI|Client: Message text in fatal error dialog box
Browse files Browse the repository at this point in the history
A button for seeing the log contents is not available.
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent b82f0fd commit f9fd876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/dd_main.cpp
Expand Up @@ -593,7 +593,7 @@ void App_AbnormalShutdown(char const *message)
Sys_MessageBoxWithDetailsFromFile(MBT_ERROR,
DOOMSDAY_NICENAME,
message,
"See Details for complete message log contents.",
"See the doomsday.out log file for more details.",
LogBuffer::get().outputFile());
}

Expand Down

0 comments on commit f9fd876

Please sign in to comment.