From e79db6a97d02c8a256a4a7e145ea0b48b5a084ab Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Wed, 11 Feb 2009 23:00:58 +0000 Subject: [PATCH] Cygwin/X: Remove an obsolete mention of xf86Config Signed-off-by: Jon TURNEY --- hw/xwin/InitOutput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xwin/InitOutput.c b/hw/xwin/InitOutput.c index 2d17aaf81..2f4b0d222 100644 --- a/hw/xwin/InitOutput.c +++ b/hw/xwin/InitOutput.c @@ -956,7 +956,7 @@ InitOutput (ScreenInfo *screenInfo, int argc, char *argv[]) if (!winReadConfigfile ()) winErrorFVerb (1, "InitOutput - Error reading config file\n"); #else - winMsg(X_INFO, "XF86Config is not supported\n"); + winMsg(X_INFO, "xorg.conf is not supported\n"); winMsg(X_INFO, "See http://x.cygwin.com/docs/faq/cygwin-x-faq.html " "for more information\n"); winConfigFiles ();