$OpenBSD: patch-src_unix_sqXWindow_c,v 1.1 2004/01/05 14:41:13 espie Exp $
--- src/unix/sqXWindow.c.orig	2004-01-05 15:36:55.000000000 +0100
+++ src/unix/sqXWindow.c	2004-01-05 15:37:32.000000000 +0100
@@ -3915,18 +3915,17 @@ void usage()
 void imageNotFound(char *imageName)
 {
   /* image file is not found */
-  fprintf(stderr,"\
-Could not open the Squeak image file `%s'.
-
-There are three ways to open a Squeak image file.  You can:
-  1. Put copies of the default image and changes files in this directory.
-  2. Put the name of the image file on the command line when you
-     run squeak (use the `-help' option for more information).
-  3. Set the environment variable SQUEAK_IMAGE to the name of the image
-     that you want to use by default.
-
-For more information, type: `man squeak' (without the quote characters).
-", imageName, imageName);
+  fprintf(stderr,"Could not open the Squeak image file `%s'.\n"
+"\n"
+"There are three ways to open a Squeak image file.  You can:\n"
+"  1. Put copies of the default image and changes files in this directory.\n"
+"  2. Put the name of the image file on the command line when you\n"
+"     run squeak (use the `-help' option for more information).\n"
+"  3. Set the environment variable SQUEAK_IMAGE to the name of the image\n"
+"     that you want to use by default.\n"
+"\n"
+"For more information, type: `man squeak' (without the quote characters).\n"
+, imageName, imageName);
   exit(1);
 }
 
