with spaces looks better
authortz
Tue, 27 Jan 1998 19:30:21 +0100
changeset 492 b169fdb23f5f
parent 491 c3af7854dbe8
child 493 fb8d3621eb2e
with spaces looks better
MenuEditor.st
--- a/MenuEditor.st	Tue Jan 27 17:57:41 1998 +0100
+++ b/MenuEditor.st	Tue Jan 27 19:30:21 1998 +0100
@@ -1394,9 +1394,8 @@
 
 defaultInfoLabel
 
-    ^(specClass ? 'No class defined') printString, '>>', self treeView selectorName
-
-    "Modified: / 27.1.1998 / 09:18:51 / stefan"
+    ^(specClass ? 'No class defined') printString, ' >> ', self treeView selectorName
+  
 ! !
 
 !MenuEditor methodsFor:'aspects'!