checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 11 Sep 1998 20:07:52 +0200
changeset 3832 3cb925b0c2e9
parent 3831 eb2dbef09430
child 3833 3ae90f8da01a
checkin from browser
UserPreferences.st
--- a/UserPreferences.st	Fri Sep 11 20:05:01 1998 +0200
+++ b/UserPreferences.st	Fri Sep 11 20:07:52 1998 +0200
@@ -209,10 +209,14 @@
     "the color used for comments;
      If syntaxColoring is turned on."
 
-    ^ self at:#commentColor ifAbsentPut:[Color red:0 green:67 blue:0 "blue lightened" "darkened"]
+    ^ self at:#commentColor 
+        ifAbsentPut:[ "/ Color red:0 green:67 blue:0 
+                      Color blue lightened
+                      "/ Color blue darkened
+                    ]
 
     "Created: / 31.3.1998 / 15:10:23 / cg"
-    "Modified: / 11.9.1998 / 00:08:20 / cg"
+    "Modified: / 11.9.1998 / 19:24:04 / cg"
 !
 
 commentEmphasis
@@ -529,5 +533,5 @@
 !UserPreferences class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.18 1998-09-11 13:56:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.19 1998-09-11 18:07:52 cg Exp $'
 ! !