BookmarkBar.st
changeset 16491 1ff428c7e87f
parent 16196 86fe377d9a24
child 16571 cf319f2e56d0
child 17317 488861319fe0
--- a/BookmarkBar.st	Sun May 08 19:31:42 2016 +0200
+++ b/BookmarkBar.st	Mon May 09 10:02:25 2016 +0200
@@ -369,7 +369,7 @@
     menu := self bookmarksHolder value asMenu.
     menu hasItems ifFalse:[
         item := MenuItem 
-                    label: ('No bookmarks yet, click here or on star to add one' asText colorizeAllWith: Color gray)
+                    label: ('No bookmarks yet, click here or on star to add one' withColor: Color gray)
                     itemValue: #bookmarkMenu
                     enabled: self hasBookmarkHolder.
         item isButton: true.