SmallSense__ClassPO.st
changeset 1134 457279caac69
parent 1081 42b3820ab722
--- a/SmallSense__ClassPO.st	Wed Sep 15 13:52:00 2021 +0100
+++ b/SmallSense__ClassPO.st	Wed Sep 15 13:53:03 2021 +0100
@@ -2,6 +2,7 @@
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2015 Jan Vrany
 Copyright (C) 2014 Claus Gittinger
+Copyright (C) 2021 LabWare
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -35,6 +36,7 @@
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2015 Jan Vrany
 Copyright (C) 2014 Claus Gittinger
+Copyright (C) 2021 LabWare
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -116,7 +118,7 @@
         ].
     ].
     (ChangeSet current includesChangeForClass: klass) ifTrue:[ 
-        label := label asText emphasisAllAdd:(UserPreferences current emphasisForChangedCode)         
+        label := label asText emphasisAllAdd:(SystemBrowser emphasisForChangedCode)         
     ] ifFalse:[ 
         label isText ifTrue:[ 
             label := label string.
@@ -126,6 +128,7 @@
 
     "Created: / 20-05-2014 / 11:29:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 16-01-2019 / 23:53:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 15-09-2021 / 13:35:18 / Jan Vrany <jan.vrany@labware.com>"
 !
 
 showPrefix