AbstractOperatingSystem.st
changeset 20950 a57d9d14dfd0
parent 20932 07814037c10c
child 20965 e133f410f4e6
equal deleted inserted replaced
20949:14f5982c2aee 20950:a57d9d14dfd0
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1988 by Claus Gittinger
     2  COPYRIGHT (c) 1988 by Claus Gittinger
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   639     "
   637     "
   640      self openApplicationForDocument: Filename currentDirectory operation:#open
   638      self openApplicationForDocument: Filename currentDirectory operation:#open
   641      self openApplicationForDocument: '..\..\doc\books\ArtOfSmalltalk\artMissing186187Fix1.pdf' asFilename operation:#open
   639      self openApplicationForDocument: '..\..\doc\books\ArtOfSmalltalk\artMissing186187Fix1.pdf' asFilename operation:#open
   642 
   640 
   643      self openApplicationForDocument: 'C:\WINDOWS\Help\clipbrd.chm' asFilename operation:#open
   641      self openApplicationForDocument: 'C:\WINDOWS\Help\clipbrd.chm' asFilename operation:#open
       
   642      self openApplicationForDocument: 'http://www.exept.de' operation:#open mimeType:'text/html'
   644     "
   643     "
   645 
   644 
   646     "Created: / 29-10-2010 / 12:16:38 / cg"
   645     "Created: / 29-10-2010 / 12:16:38 / cg"
   647     "Modified: / 05-02-2011 / 16:13:42 / cg"
   646     "Modified: / 05-02-2011 / 16:13:42 / cg"
   648 !
   647 !