loadConfigurationButton: aList
    <menu>
    aList
        act: [ :presenter | self onLoadFrom: presenter ]
        icon: Smalltalk ui icons configIcon
        entitled: 'Load configuration (do not install project)'


why we could not have something like

loadConfigurationButton: aList
    <menu>
    aList
        act: [ :presenter | self onLoadFrom: presenter ]
        icon: #configIcon
        entitled: 'Load configuration (do not install project)'


and the class knows how to fetch it?


Reply via email to