Tweak error message in PROFILE_UsageWineIni().

This commit is contained in:
Gerald Pfeifer 2003-03-20 19:22:24 +00:00 committed by Alexandre Julliard
parent 9b79d698b2
commit 181dfdde77
1 changed files with 2 additions and 3 deletions

View File

@ -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());
}