DeviceWorkstation.st
changeset 1208 3821f3d8994e
parent 1204 e1fec1b6e338
child 1215 ecc2bef560b5
--- a/DeviceWorkstation.st	Tue Jan 14 00:41:03 1997 +0100
+++ b/DeviceWorkstation.st	Tue Jan 14 00:42:30 1997 +0100
@@ -253,7 +253,7 @@
             (Workspace onDevice:Display2) open
 
             (Launcher onDevice:Display2) open
-                does work with Launcher, since its an ApplicationModel (not a view)
+                does not work with Launcher, since its an ApplicationModel (not a view)
                 use:
                     Launcher openOnDevice:Display2
                 instead.
@@ -4886,6 +4886,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.157 1997-01-13 22:52:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.158 1997-01-13 23:42:30 cg Exp $'
 ! !
 DeviceWorkstation initialize!