Image.st
changeset 1043 0688425d02c9
parent 1041 30452cf0805b
child 1051 5605bf1b10b9
--- a/Image.st	Mon Sep 09 18:58:15 1996 +0200
+++ b/Image.st	Tue Sep 10 00:57:59 1996 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+'From Smalltalk/X, Version:2.10.9 on 9-sep-1996 at 22:52:31'                    !
+
 Object subclass:#Image
 	instanceVariableNames:'bytes width height bitsPerSample samplesPerPixel colorMap
 		photometric device deviceForm monoDeviceForm fullColorDeviceForm
@@ -1114,11 +1116,12 @@
     ^ self fromScreen:(org extent:aView extent) on:dev
 
     "
-     Image fromView:(NewLauncher allInstances first topView)
+     Image fromView:(Launcher allInstances first topView)
      Image fromView:(SystemBrowser allInstances first topView)
     "
 
     "Modified: 28.5.1996 / 20:23:32 / cg"
+    "Modified: 9.9.1996 / 22:41:01 / stefan"
 ! !
 
 !Image methodsFor:'accessing'!
@@ -8529,6 +8532,6 @@
 !Image  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.122 1996-09-05 17:43:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.123 1996-09-09 22:57:59 stefan Exp $'
 ! !
 Image initialize!