commit | 151023d15a861f021cfcffe2f70197dca6e3de25 | [log] [tgz] |
---|---|---|
author | Gerard Patel <gerard.patel@asi.fr> | Mon Jan 22 19:27:06 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 22 19:27:06 2001 +0000 |
tree | a3665020a853fbdbf3702894dd8bdb369df0479d | |
parent | d537d09b9c7ea692bfb1aadf1554b0fec8ae04a7 [diff] [blame] |
Display the config file location in the incorrect config file error message.
diff --git a/files/profile.c b/files/profile.c index 7a50c41..aec6153 100644 --- a/files/profile.c +++ b/files/profile.c
@@ -1144,7 +1144,7 @@ { 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 */ }