canView is true for ZipArchives
authorClaus Gittinger <cg@exept.de>
Tue, 28 Jan 2003 11:31:03 +0100
changeset 1138 5232eb3c94e0
parent 1137 909b929c9565
child 1139 aea281a4e983
canView is true for ZipArchives
Archiver.st
--- a/Archiver.st	Wed Jan 22 18:14:01 2003 +0100
+++ b/Archiver.st	Tue Jan 28 11:31:03 2003 +0100
@@ -913,6 +913,11 @@
     ^ true
 !
 
+canViewFile
+
+    ^ true
+!
+
 hasLastLine
 
     ^ true
@@ -1166,5 +1171,5 @@
 !Archiver class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Archiver.st,v 1.9 2002-12-13 11:23:23 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Archiver.st,v 1.10 2003-01-28 10:31:03 cg Exp $'
 ! !