AssistantApplication.st
changeset 5764 79ddb95b2bc0
parent 5676 4551b2b9d224
child 5875 bb838857aab9
--- a/AssistantApplication.st	Wed May 09 15:00:15 2018 +0200
+++ b/AssistantApplication.st	Sun May 13 15:16:25 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:libwidg2' }"
 
 "{ NameSpace: Smalltalk }"
@@ -640,7 +642,7 @@
                     index == self currentPageIndex ifTrue:[
                         LabelAndTwoIcons new 
                             string:(entry allBold 
-                                        colorizeAllWith:(TextView defaultSelectionForegroundColor) 
+                                        withColor:(TextView defaultSelectionForegroundColor) 
                                         on:(TextView defaultSelectionBackgroundColor) );
                             icon:(self class rightArrowIcon);
                             image2:(self class leftArrowIcon)