From 34f4ab1de460640c9a8559952c58a9f1d0ee3402 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 5 Sep 2012 22:42:04 +0200 Subject: Changed fatal error a little --- xorg-server/hw/xwin/winerror.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'xorg-server/hw/xwin/winerror.c') diff --git a/xorg-server/hw/xwin/winerror.c b/xorg-server/hw/xwin/winerror.c index d5f497fda..9638bdcb1 100644 --- a/xorg-server/hw/xwin/winerror.c +++ b/xorg-server/hw/xwin/winerror.c @@ -102,11 +102,11 @@ OsVendorFatalError(const char *f, va_list args) } LogClose(EXIT_ERR_ABORT); - winMessageBoxF ( - "A fatal error has occurred and " PROJECT_NAME " will now exit.\n" \ - "%s\n" - "Please open %s for more information.\n", - MB_ICONERROR, g_FatalErrorMessage, (g_pszLogFile?g_pszLogFile:"the logfile")); + winMessageBoxF ( + "Error: %s\n\n"\ + PROJECT_NAME " will now exit.\n\n" \ + "Please open %s for more information.\n", + MB_ICONERROR, g_FatalErrorMessage, (g_pszLogFile?g_pszLogFile:"the logfile")); } /* -- cgit v1.2.3