cleanup patch

Andreas Mohr a.mohr at mailto.de
Thu Mar 1 23:38:45 CST 2001


Hi all,

some more message cleanups.

Andreas Mohr
-------------- next part --------------
Determining best CVS host...
Using CVSROOT :pserver:cvs at rhlx01.fht-esslingen.de:/home/wine
? tools/winecheck
Index: dlls/winmm/wineoss/midi.c
===================================================================
RCS file: /home/wine/wine/dlls/winmm/wineoss/midi.c,v
retrieving revision 1.19
diff -u -r1.19 midi.c
--- dlls/winmm/wineoss/midi.c	2000/12/19 04:53:21	1.19
+++ dlls/winmm/wineoss/midi.c	2001/03/01 23:18:09
@@ -215,7 +215,7 @@
 	midiOutDevices[i] = tmplpCaps;
 	
 	if (sinfo.capabilities & SYNTH_CAP_INPUT) {
-	    FIXME("Synthetizer support MIDI in. Not supported yet (please report)\n");
+	    FIXME("Synthesizer support MIDI in. Not supported yet (please report)\n");
 	}
 	
 	TRACE("name='%s', techn=%d voices=%d notes=%d support=%ld\n", 
Index: documentation/samples/config
===================================================================
RCS file: /home/wine/wine/documentation/samples/config,v
retrieving revision 1.4
diff -u -r1.4 config
--- documentation/samples/config	2001/01/10 23:59:26	1.4
+++ documentation/samples/config	2001/03/01 23:18:10
@@ -124,6 +124,7 @@
 ; Use a desktop window of 640x480 for Wine
 ;"Desktop" = "640x480"
 ; Use XFree86 DGA extension if present
+; (make sure /dev/mem is accessible by you !)
 "UseDGA" = "Y"
 ; Use XShm extension if present
 "UseXShm" = "Y"
Index: files/directory.c
===================================================================
RCS file: /home/wine/wine/files/directory.c,v
retrieving revision 1.36
diff -u -r1.36 directory.c
--- files/directory.c	2001/02/16 19:05:42	1.36
+++ files/directory.c	2001/03/01 23:18:10
@@ -370,7 +370,7 @@
     }
     if (!DOSFS_GetFullName( path, FALSE, &full_name )) return 0;
     if (mkdir( full_name.long_name, 0777 ) == -1) {
-        WARN_(file)("Errno %i trying to create directory '%s'\n", errno, full_name.long_name);
+        WARN_(file)("Error '%s' trying to create directory '%s'\n", strerror(errno), full_name.long_name);
 	/* the FILE_SetDosError() generated error codes don't match the 
 	 * CreateDirectory ones for some errnos */
 	switch (errno) {
Index: windows/x11drv/keyboard.c
===================================================================
RCS file: /home/wine/wine/windows/x11drv/keyboard.c,v
retrieving revision 1.85
diff -u -r1.85 keyboard.c
--- windows/x11drv/keyboard.c	2001/02/28 21:41:17	1.85
+++ windows/x11drv/keyboard.c	2001/03/01 23:18:14
@@ -909,7 +909,7 @@
   if (!ismatch) {
     FIXME(
 	   "Your keyboard layout was not found!\n"
-	   "Instead of using closest match (%s) for scancode mapping.\n"
+	   "Instead using closest match (%s) for scancode mapping.\n"
 	   "Please define your layout in windows/x11drv/keyboard.c and submit them\n"
 	   "to us for inclusion into future Wine releases.\n"
 	   "See documentation/keyboard for more information.\n",


More information about the wine-patches mailing list