From 181dfdde7749c8c3027107b04bbff5415758a5aa Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 20 Mar 2003 19:22:24 +0000 Subject: [PATCH] Tweak error message in PROFILE_UsageWineIni(). --- files/profile.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/files/profile.c b/files/profile.c index 02847c4ddf8..303688abdfc 100644 --- a/files/profile.c +++ b/files/profile.c @@ -1026,9 +1026,8 @@ int PROFILE_GetWineIniBool( LPCWSTR section, LPCWSTR key_name, int def ) 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()); }