SystemBrowser.st
changeset 4909 e6b77dc6942e
parent 4860 8e1a4b990512
child 4921 cd47f919e8f9
--- a/SystemBrowser.st	Mon May 19 11:11:14 2003 +0200
+++ b/SystemBrowser.st	Mon May 19 11:14:16 2003 +0200
@@ -233,7 +233,7 @@
     "
 ! !
 
-!SystemBrowser class methodsFor:'Compatibility - ST80'!
+!SystemBrowser class methodsFor:'Compatibility-ST80'!
 
 newOnClass:aClass
     ^ self browseClass:aClass
@@ -241,7 +241,7 @@
     "Created: / 27.10.1997 / 20:10:39 / cg"
 ! !
 
-!SystemBrowser class methodsFor:'accessing - history'!
+!SystemBrowser class methodsFor:'accessing-history'!
 
 addToHistory:aClass selector:aSelectorOrNil
     |newEntry oldEntry classHistory|
@@ -364,7 +364,7 @@
     ^ 15
 ! !
 
-!SystemBrowser class methodsFor:'defaults - presentation'!
+!SystemBrowser class methodsFor:'defaults-presentation'!
 
 emphasisForChangedCode
     ^ UserPreferences current emphasisForChangedCode.
@@ -4987,7 +4987,7 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.188 2003-05-07 14:12:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.189 2003-05-19 09:14:16 cg Exp $'
 ! !
 
 SystemBrowser initialize!