AbstractOperatingSystem.st
changeset 20950 a57d9d14dfd0
parent 20932 07814037c10c
child 20965 e133f410f4e6
--- a/AbstractOperatingSystem.st	Wed Nov 09 00:39:21 2016 +0100
+++ b/AbstractOperatingSystem.st	Wed Nov 09 12:35:12 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -641,6 +639,7 @@
      self openApplicationForDocument: '..\..\doc\books\ArtOfSmalltalk\artMissing186187Fix1.pdf' asFilename operation:#open
 
      self openApplicationForDocument: 'C:\WINDOWS\Help\clipbrd.chm' asFilename operation:#open
+     self openApplicationForDocument: 'http://www.exept.de' operation:#open mimeType:'text/html'
     "
 
     "Created: / 29-10-2010 / 12:16:38 / cg"