Change unholy directory message, for good

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

fix the "drive x entry missing" message so that even some retarded
people that don't pay attention to any Wine error message, no matter
how logically sound it is, will grasp it.
I've had this particular problem way to often. Thus I've improved that
message: didn't help.
AFAIK I then improved the message again: didn't help.
Now I want to make SURE I'll never have to deal with such annoying
questions about this problem again.

Andreas Mohr


Determining best CVS host...
Using CVSROOT :pserver:cvs@rhlx01.fht-esslingen.de:/home/wine
Index: files/directory.c
===================================================================
RCS file: /home/wine/wine/files/directory.c,v
retrieving revision 1.59
diff -u -r1.59 directory.c
--- files/directory.c	24 Jan 2003 00:54:58 -0000	1.59
+++ files/directory.c	21 Mar 2003 09:44:16 -0000
@@ -130,9 +130,11 @@
     cwd = path;
     if ((drive = DRIVE_FindDriveRoot( &cwd )) == -1)
     {
-        MESSAGE("Warning: could not find wine config [Drive x] entry "
-            "for current working directory %s; "
-	    "starting in windows directory.\n", cwd );
+        MESSAGE("ERROR: could not find any matching '[Drive x]' definition"
+		"in the Wine configuration file that can be used as a base"
+		"to access the current directory %s,"
+		"please adapt your configuration!!"
+		" Trying to start in windows directory instead.\n", cwd );
     }
     else
     {

-- 
Andreas Mohr                        Stauferstr. 6, D-71272 Renningen, Germany


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux