PATCH: files/profile.c -- tweak error message

Gerald Pfeifer pfeifer at dbai.tuwien.ac.at
Wed Mar 19 12:48:59 CST 2003


Mostly, I wanted to add the full stop at the end of this sentence, but
also merging the two sentences seems a bit better in cases where one has
several warnings and errors in the terminal (like I just experienced). :-/

Gerald

ChangeLog:
Tweak error message in PROFILE_UsageWineIni().

Index: profile.c
===================================================================
RCS file: /home/wine/wine/files/profile.c,v
retrieving revision 1.83
diff -u -3 -p -r1.83 profile.c
--- profile.c	4 Mar 2003 04:40:01 -0000	1.83
+++ profile.c	19 Mar 2003 18:46:54 -0000
@@ -1026,9 +1026,8 @@ int  PROFILE_GetWineIniBool( LPCWSTR sec
 void PROFILE_UsageWineIni(void)
 {
     MESSAGE("Perhaps you have not properly edited or created "
-	"your Wine configuration file.\n");
-    MESSAGE("This is (supposed to be) '%s/config'\n", wine_get_config_dir());
-    /* RTFM, so to say */
+	"your Wine configuration file,\n");
+    MESSAGE("which is (supposed to be) '%s/config'.\n", wine_get_config_dir());
 }





More information about the wine-patches mailing list