*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 21 Nov 1995 14:51:55 +0100
changeset 52 c9b78dd69444
parent 51 ef2c33bdf0f1
child 53 00437bd1cfe7
*** empty log message ***
private.rc
--- a/private.rc	Fri Nov 17 17:40:38 1995 +0100
+++ b/private.rc	Tue Nov 21 14:51:55 1995 +0100
@@ -3,8 +3,8 @@
  *
  * sample private.rc - file
  *
- * a copy of this file can (should) reside in your home or
- * current directory - put all private preferences in here.
+ * a copy of this file can (should) reside in $home/.smalltalk/private.rc or
+ * in the current directory - put all private preferences in here.
  *
  *
  * notice, you will find some things enclosed in
@@ -22,14 +22,14 @@
 StandardSystemView includeHostNameInLabel:true.
 
 "/
-"/ this turns off information messages from classes
+"/ this turns off/on information messages from classes
 "/ (such as 'D8IMAGE: allocating colors ...'
 "/
 "/ Object infoPrinting:false.
 Object infoPrinting:true.
 
 "/
-"/ this turns off information messages from the VM
+"/ this turns off/on information messages from the VM
 "/ (such as 'MEM: chitty chatty ...'
 "/
 "/ ObjectMemory infoPrinting:false.
@@ -145,7 +145,7 @@
     Compiler stcCompilationIncludes:'-I../../include'.
     Compiler stcCompilationDefines:'-DGLX'.
 ] ifFalse:[
-    Compiler stcCompilationIncludes:'-I../../include -I../../librun/VGL/vogl/src'.
+    Compiler stcCompilationIncludes:'-I../../include -I../../support/VGL/vogl/src'.
     Compiler stcCompilationDefines:'-DVGL'.
 
 "/