Icon.st
changeset 2448 2a3eb2a3da9b
parent 1987 4e1375e3b48b
child 2538 1347d6a4543c
--- a/Icon.st	Thu May 08 11:18:43 2008 +0200
+++ b/Icon.st	Thu May 08 13:28:58 2008 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libview2' }"
 
 Object subclass:#Icon
@@ -318,6 +317,10 @@
     ].
     ^ icn
 
+    "
+     Icon stxIcon   
+    "
+
     "Modified: / 25.5.1999 / 15:42:55 / cg"
 !
 
@@ -397,7 +400,7 @@
 !Icon class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Icon.st,v 1.33 2004-06-07 09:22:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Icon.st,v 1.34 2008-05-08 11:28:58 cg Exp $'
 ! !
 
 Icon initialize!