XWorkstation.st
changeset 219 9ff0660f447f
parent 218 10072d9beba5
child 225 de92f38623f6
--- a/XWorkstation.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/XWorkstation.st	Sat Nov 11 16:54:10 1995 +0100
@@ -32,13 +32,6 @@
        category:'Interface-Graphics'
 !
 
-XWorkstation comment:'
-COPYRIGHT (c) 1989 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.73 1995-11-10 21:20:32 cg Exp $
-'!
-
 !XWorkstation class methodsFor:'documentation'!
 
 copyright
@@ -56,9 +49,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.73 1995-11-10 21:20:32 cg Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.74 1995-11-11 15:54:10 cg Exp $'
 !
 
 documentation
@@ -271,10 +262,10 @@
     lastResource = event->resourceid;
 
     if (@global(DeviceWorkstation_ErrorPrinting) == true) {
-        fprintf(stderr, "XWORKSTAT: x-error cought maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
-		        event->request_code, event->request_code, 
-		        event->minor_code, event->minor_code, event->resourceid);
-        fprintf(stderr, "XWORKSTAT: x-error message is '%s'\n", lastErrorMsg);
+	fprintf(stderr, "XWORKSTAT: x-error cought maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
+			event->request_code, event->request_code, 
+			event->minor_code, event->minor_code, event->resourceid);
+	fprintf(stderr, "XWORKSTAT: x-error message is '%s'\n", lastErrorMsg);
     }
 
     __errorInterruptWithIDAndParameter__(@symbol(DisplayError), __MKOBJ(dpy));