#OTHER by mawalch
authormawalch
Tue, 13 Sep 2016 14:45:18 +0200
changeset 3742 634868214786
parent 3740 ad60f51a17cd
child 3743 0ba1dd49957d
#OTHER by mawalch Example fixes.
WindowsIconReader.st
--- a/WindowsIconReader.st	Mon Sep 12 15:01:35 2016 +0200
+++ b/WindowsIconReader.st	Tue Sep 13 14:45:18 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -1100,7 +1098,7 @@
      |i f|
      i := Image fromFile:'/LocalLibrary/Images/OS2/dos3.ico'.
      f := i asFormOn:Display.
-     v displayOpaqueForm:(f magnifyBy:2@2) x:5 y:5
+     v displayOpaqueForm:(f magnifiedBy:2@2) x:5 y:5
     "
 
     "Modified: / 17-09-1995 / 18:49:24 / claus"