Display the config file location in the incorrect config file error

message.
This commit is contained in:
Gerard Patel 2001-01-22 19:27:06 +00:00 committed by Alexandre Julliard
parent d537d09b9c
commit 151023d15a
1 changed files with 1 additions and 1 deletions

View File

@ -1144,7 +1144,7 @@ void PROFILE_UsageWineIni(void)
{
MESSAGE("Perhaps you have not properly edited or created "
"your Wine configuration file.\n");
MESSAGE("This is '$HOME%s'\n",PROFILE_WineIniName);
MESSAGE("This is '%s/config'\n", get_config_dir());
/* RTFM, so to say */
}