diff --git a/src/Spec2-Commands/SpBrowsePointersToCommand.class.st b/src/Spec2-Commands/SpBrowsePointersToCommand.class.st index 992ae55c..0c869ece 100644 --- a/src/Spec2-Commands/SpBrowsePointersToCommand.class.st +++ b/src/Spec2-Commands/SpBrowsePointersToCommand.class.st @@ -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 [