TextView.st
changeset 3496 8c92a96c4e27
parent 3491 d965db0d2d7f
child 3505 cdb364dede3e
--- a/TextView.st	Sat Aug 18 16:56:36 2007 +0200
+++ b/TextView.st	Mon Sep 17 11:36:07 2007 +0200
@@ -208,6 +208,7 @@
 defaultIcon
     "return the default icon if started as a topView"
 
+    <resource: #programImage>
     <resource: #style (#ICON #ICON_FILE)>
 
     |nm i|
@@ -222,7 +223,7 @@
     ].
     ^ i
 
-    "Modified: 18.4.1997 / 15:18:06 / cg"
+    "Modified: / 17-09-2007 / 11:36:29 / cg"
 !
 
 defaultMenuMessage
@@ -3931,7 +3932,7 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.279 2007-07-04 14:38:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.280 2007-09-17 09:36:07 cg Exp $'
 ! !
 
 TextView initialize!