Skip to content

Commit

Permalink
Merge pull request #1647 from StevenCostiou/Pointers-to-icon
Browse files Browse the repository at this point in the history
Using the dedicated pointers to image
  • Loading branch information
MarcusDenker authored Dec 13, 2024
2 parents a8e3588 + 5cea0cb commit af270b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Spec2-Commands/SpBrowsePointersToCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ SpBrowsePointersToCommand class >> defaultDescription [
^ 'Browse all objects referencing the selected object'
]

{ #category : 'default' }
SpBrowsePointersToCommand class >> defaultIconName [
^ #pointersTo
]

{ #category : 'default' }
SpBrowsePointersToCommand class >> shortName [

Expand Down

0 comments on commit af270b1

Please sign in to comment.