*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 26 Feb 2003 15:39:43 +0100
changeset 4612 d1f3cd90cb27
parent 4611 ef3e46e49777
child 4613 b0bc9402f6f8
*** empty log message ***
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Wed Feb 26 15:39:29 2003 +0100
+++ b/FileApplicationNoteBook.st	Wed Feb 26 15:39:43 2003 +0100
@@ -3917,7 +3917,7 @@
             contents := file contents.
         ] ifFalse:[
             present == #hexDump ifTrue:[
-                contents := self getFileHexContents:file.
+                contents := AbstractFileBrowser contentsOfFileAsHexDump:file.
             ]
         ]
     ].
@@ -4965,5 +4965,5 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.62 2003-02-26 12:39:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.63 2003-02-26 14:39:43 cg Exp $'
 ! !