*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 22 Oct 2008 11:24:17 +0200
changeset 3742 30ee702cd146
parent 3741 d86e1e2dd088
child 3743 64ed47a0e1d7
*** empty log message ***
Workspace.st
--- a/Workspace.st	Wed Oct 22 11:20:23 2008 +0200
+++ b/Workspace.st	Wed Oct 22 11:24:17 2008 +0200
@@ -196,7 +196,7 @@
         at: 'An'    put: 'Array new:';
         at: 'OC'    put: 'OrderedCollection';
         at: 'SC'    put: 'SortedCollection';
-        at: 'Di'    put: 'Dictionary';
+        at: 'D'     put: 'Dictionary';
         at: 'ID'    put: 'IdentityDictionary';
         at: 'Id'    put: 'IdentityDictionary';
         at: 'OCn'   put: 'OrderedCollection new.';
@@ -207,6 +207,7 @@
         at: 'Aw'    put: 'Array with:';
         at: 'Aww'   put: 'Array with:!! with:';
         at: 'Awww'  put: 'Array with:!! with: with:';
+        at: 'Awwww' put: 'Array with:!! with: with: with:';
         at: '0'     put: '(0.0 @ 0.0)';
         at: '['     put: '[:!! ] ';
         yourself
@@ -1634,5 +1635,5 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.194 2008-10-22 09:20:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.195 2008-10-22 09:24:17 cg Exp $'
 ! !