Display the config file location in the incorrect config file error
message.
This commit is contained in:
parent
d537d09b9c
commit
151023d15a
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue