#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 13 Feb 2017 20:15:20 +0100
changeset 17402 84974a840754
parent 17401 68a4b72abbf2
child 17403 f700e7696537
#DOCUMENTATION by cg class: FileApplicationNoteBook
FileApplicationNoteBook.st
--- a/FileApplicationNoteBook.st	Mon Feb 13 20:09:08 2017 +0100
+++ b/FileApplicationNoteBook.st	Mon Feb 13 20:15:20 2017 +0100
@@ -1700,7 +1700,7 @@
 canOpenItem:anItem
     |suffix mimeType|
 
-"/    "avoid autoloading the archiver if its definitely not an archive"
+"/    "avoid autoloading the archiver if it's definitely not an archive"
 "/    OperatingSystem isUNIXlike ifFalse:[
 "/        "until Archiver supports windows archives..."
 "/        ^ false.
@@ -1718,6 +1718,7 @@
     ^ (Archiver classForMimeType:mimeType fileName:anItem fileName) notNil
 
     "Modified: / 29-11-2011 / 18:59:35 / cg"
+    "Modified (format): / 13-02-2017 / 20:12:23 / cg"
 !
 
 wantNewApplicationAnyway