DeviceWorkstation.st
changeset 3441 40d38375d46d
parent 3430 1ca3730f78de
child 3464 3688d9eb93f2
--- a/DeviceWorkstation.st	Wed Jun 13 11:13:04 2001 +0200
+++ b/DeviceWorkstation.st	Thu Jun 21 19:29:20 2001 +0200
@@ -1283,7 +1283,7 @@
 suppressDebugger
     "return true, if no debugger should be opened for applications running
      on this device (i.e. neither a debugger on the device nor on the
-     main screen).m
+     main screen).
      If true, the debugger is either opened on the device or on the
      main display, depending on the mayOpenDebugger setting."
 
@@ -1293,7 +1293,7 @@
 suppressDebugger:aBoolean
     "set/clear the flag, which controls if no debugger should be opened for applications running
      on this device (i.e. neither a debugger on the device nor on the
-     main screen).m
+     main screen).
      If true, the debugger is either opened on the device or on the
      main display, depending on the mayOpenDebugger setting."
 
@@ -7263,6 +7263,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.398 2001-05-17 14:32:10 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.399 2001-06-21 17:29:20 mb Exp $'
 ! !
 DeviceWorkstation initialize!