Skip to content

Commit

Permalink
Merge af270b1
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Dec 18, 2024
2 parents f556b7e + af270b1 commit 27ac918
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 27ac918

Please sign in to comment.