summaryrefslogtreecommitdiff
path: root/hw/xwin/winerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwin/winerror.c')
-rw-r--r--hw/xwin/winerror.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/xwin/winerror.c b/hw/xwin/winerror.c
index 8436d7f92..696142ed2 100644
--- a/hw/xwin/winerror.c
+++ b/hw/xwin/winerror.c
@@ -32,6 +32,7 @@
/* References to external symbols */
extern char * g_pszCommandLine;
+extern char * g_pszLogFile;
extern Bool g_fSilentFatalError;
@@ -80,8 +81,8 @@ OsVendorFatalError (void)
winMessageBoxF (
"A fatal error has occurred and " PROJECT_NAME " will now exit.\n" \
- "Please open /tmp/XWin.log for more information.\n",
- MB_ICONERROR);
+ "Please open %s for more information.\n",
+ MB_ICONERROR, (g_pszLogFile?g_pszLogFile:"the logfile"));
}
#endif