BookmarkBar.st
branchjv
changeset 16571 cf319f2e56d0
parent 16213 f667b5b42a11
parent 16491 1ff428c7e87f
--- a/BookmarkBar.st	Mon May 09 21:47:57 2016 +0200
+++ b/BookmarkBar.st	Thu May 12 08:33:55 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.