UISelectionPanel.st
changeset 3579 a2dc71824029
parent 3403 5725611d7f35
--- a/UISelectionPanel.st	Sat Jul 28 10:07:36 2018 +0200
+++ b/UISelectionPanel.st	Sat Jul 28 10:08:42 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by Claus Gittinger / eXept Software AG
               All Rights Reserved
@@ -116,7 +118,11 @@
 !UISelectionPanel class methodsFor:'image specs'!
 
 sketchImageIcon
+    <resource: #programImage>
+
     ^ self sketchImageIcon2
+
+    "Modified: / 28-07-2018 / 09:48:18 / Claus Gittinger"
 !
 
 sketchImageIcon1