From 5e6309496d9abbefc349ceb7d66b3f19521480cb Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Mon, 12 Apr 2004 17:26:59 +0000 Subject: [PATCH] Adjust link to FAQ --- hw/xwin/InitOutput.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/xwin/InitOutput.c b/hw/xwin/InitOutput.c index 1c5a77a8c..b537a6c16 100644 --- a/hw/xwin/InitOutput.c +++ b/hw/xwin/InitOutput.c @@ -521,7 +521,9 @@ 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. See http://x.cygwin.com/docs/faq/cygwin-xfree-faq.html for more information\n"); + winMsg(X_INFO, "XF86Config is not supported\n"); + winMsg(X_INFO, "See http://x.cygwin.com/docs/faq/cygwin-x-faq.html " + "for more information\n"); #endif /* Load preferences from XWinrc file */