SystemBrowser.st
changeset 13947 dd203de7c75a
parent 13921 5802f4f5b84f
child 14103 288c15c69753
--- a/SystemBrowser.st	Sat Feb 15 22:17:30 2014 +0100
+++ b/SystemBrowser.st	Mon Feb 17 11:23:40 2014 +0100
@@ -6414,7 +6414,7 @@
 className
     "return the value of the instance variable 'className' (automatically generated)"
 
-    ^ className
+    ^ className ? '*anonymous*'
 !
 
 className:something
@@ -6513,15 +6513,15 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.338 2014-02-11 19:55:31 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.339 2014-02-17 10:23:40 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.338 2014-02-11 19:55:31 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.339 2014-02-17 10:23:40 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: SystemBrowser.st,v 1.338 2014-02-11 19:55:31 stefan Exp $'
+    ^ '$Id: SystemBrowser.st,v 1.339 2014-02-17 10:23:40 cg Exp $'
 ! !