BookmarkMenuBuilder.st
changeset 18895 f081b08d0755
parent 18894 1b99fefd5825
equal deleted inserted replaced
18894:1b99fefd5825 18895:f081b08d0755
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  Copyright (c) 2007-2010 Jan Vrany, SWING Research Group, Czech Technical University in Prague
     4  Copyright (c) 2007-2010 Jan Vrany, SWING Research Group, Czech Technical University in Prague
     3  Copyright (c) 2009-2010 eXept Software AG
     5  Copyright (c) 2009-2010 eXept Software AG
     4 
     6 
     5  Permission is hereby granted, free of charge, to any person
     7  Permission is hereby granted, free of charge, to any person
   101     "Modified: / 08-07-2011 / 11:39:31 / cg"
   103     "Modified: / 08-07-2011 / 11:39:31 / cg"
   102 !
   104 !
   103 
   105 
   104 menuItemAddBookmark:anObject labeled: label
   106 menuItemAddBookmark:anObject labeled: label
   105     ^ (MenuItem 
   107     ^ (MenuItem 
   106         label:(stx_libtool classResources string:label)
   108         label:((Smalltalk at:#stx_libtool) classResources string:label)
   107         itemValue:#menuAddBookmarkTo:
   109         itemValue:#menuAddBookmarkTo:
   108         argument:anObject)
   110         argument:anObject)
   109         translateLabel:false.
   111         translateLabel:false.
   110 
   112 
   111     "Created: / 21-06-2011 / 07:59:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   113     "Created: / 21-06-2011 / 07:59:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   112     "Modified: / 08-07-2011 / 11:39:40 / cg"
   114     "Modified: / 08-07-2011 / 11:39:40 / cg"
       
   115     "Modified: / 13-07-2019 / 14:00:25 / Claus Gittinger"
   113 !
   116 !
   114 
   117 
   115 menuItemFolder: folder
   118 menuItemFolder: folder
   116 
   119 
   117     ^ (MenuItem 
   120     ^ (MenuItem