diff --git a/files/profile.c b/files/profile.c index 7a50c41aee1..aec6153eac9 100644 --- a/files/profile.c +++ b/files/profile.c @@ -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 */ }