WindowsIconReader.st
changeset 3742 634868214786
parent 3726 37f44a063d46
child 3896 58e71198a302
--- 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"