From 5cea0cb19a64182d4ae41f8a1633441fbd34a267 Mon Sep 17 00:00:00 2001 From: Steven Costiou <26929529+StevenCostiou@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:59:04 +0100 Subject: [PATCH] Using the dedicated pointers to image --- src/Spec2-Commands/SpBrowsePointersToCommand.class.st | 5 +++++ 1 file changed, 5 insertions(+) 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 [