*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 21 Sep 2006 09:40:40 +0200
changeset 9990 19a95e470d32
parent 9989 5421d67d5e29
child 9991 a03847e11498
*** empty log message ***
Win32OperatingSystem.st
--- a/Win32OperatingSystem.st	Thu Sep 21 09:39:21 2006 +0200
+++ b/Win32OperatingSystem.st	Thu Sep 21 09:40:40 2006 +0200
@@ -4969,6 +4969,10 @@
 !Win32OperatingSystem class methodsFor:'help support'!
 
 openDocumentationFilename: aFilenameOrString
+    "open a windows-shell application to present the document contained in aFilenameOrString.
+     This looks for the files extension, and is typically used to present help-files,
+     html documents, pdf documents etc."
+
     |result|
 
     Error 
@@ -4993,7 +4997,7 @@
     "
 
     "Created: / 04-08-2006 / 18:04:52 / fm"
-    "Modified: / 21-09-2006 / 00:09:22 / cg"
+    "Modified: / 21-09-2006 / 09:41:45 / cg"
 ! !
 
 !Win32OperatingSystem class methodsFor:'interrupts & signals'!
@@ -12411,7 +12415,7 @@
 !Win32OperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.241 2006-09-21 07:39:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.242 2006-09-21 07:40:40 cg Exp $'
 ! !
 
 Win32OperatingSystem initialize!