Commit 151023d1 authored by Gerard Patel's avatar Gerard Patel Committed by Alexandre Julliard

Display the config file location in the incorrect config file error

message.
parent d537d09b
......@@ -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 */
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment