StandardSystemView.st
changeset 2931 6de9822ed777
parent 2873 872359bf6162
child 2935 0d694759ef57
--- a/StandardSystemView.st	Sun Sep 26 23:28:53 1999 +0200
+++ b/StandardSystemView.st	Mon Sep 27 12:21:45 1999 +0200
@@ -391,7 +391,9 @@
      This can be redefined in subclasses or overwritten in
      initialize methods."
 
-    ^ 'aView'
+    ^ self nameWithoutPrefix. "/ 'aView'
+
+    "Modified: / 27.9.1999 / 11:38:57 / cg"
 !
 
 includeHostNameInLabel
@@ -1481,6 +1483,6 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.123 1999-08-30 22:17:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.124 1999-09-27 10:21:45 cg Exp $'
 ! !
 StandardSystemView initialize!