Updated messages with new config files in mind to keep from confusing
users.
diff --git a/files/directory.c b/files/directory.c
index 0516329..3e42254 100644
--- a/files/directory.c
+++ b/files/directory.c
@@ -80,7 +80,7 @@
cwd = path;
if ((drive = DRIVE_FindDriveRoot( &cwd )) == -1)
{
- MESSAGE("Warning: could not find wine.conf [Drive x] entry "
+ MESSAGE("Warning: could not find wine config [Drive x] entry "
"for current working directory %s; "
"starting in windows directory.\n", cwd );
}
@@ -120,7 +120,7 @@
path, sizeof(path) );
if (strchr(path, '/'))
{
- MESSAGE("No '/' allowed in [wine] 'Path=' statement of wine.conf !\n");
+ MESSAGE("No '/' allowed in [wine] 'Path=' statement of wine config!\n");
PROFILE_UsageWineIni();
ExitProcess(1);
}